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",
"mknod",
"more",
"mv",
"nice",
"nohup",
"pathchk",
@ -64,6 +63,7 @@ generic = [
"ls",
"mkdir",
"mktemp",
"mv",
"nl",
"nproc",
"od",

View file

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