1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Move 'mv' into generic now it builds properly on Windows

This commit is contained in:
Will Wykeham 2016-11-18 13:53:45 +00:00
parent 0809dce4a2
commit 2ad896a6ca
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,6 @@ unix = [
"mkfifo", "mkfifo",
"mknod", "mknod",
"more", "more",
"mv",
"nice", "nice",
"nohup", "nohup",
"pathchk", "pathchk",
@ -64,6 +63,7 @@ generic = [
"ls", "ls",
"mkdir", "mkdir",
"mktemp", "mktemp",
"mv",
"nl", "nl",
"nproc", "nproc",
"od", "od",

View file

@ -67,6 +67,7 @@ PROGS := \
mkdir \ mkdir \
mktemp \ mktemp \
more \ more \
mv \
nl \ nl \
nproc \ nproc \
od \ od \
@ -118,7 +119,6 @@ UNIX_PROGS := \
logname \ logname \
mkfifo \ mkfifo \
mknod \ mknod \
mv \
nice \ nice \
nohup \ nohup \
pathchk \ pathchk \