From 2ad896a6ca986ae0976a98cecbb2e50a66b00bc7 Mon Sep 17 00:00:00 2001 From: Will Wykeham Date: Fri, 18 Nov 2016 13:53:45 +0000 Subject: [PATCH] Move 'mv' into generic now it builds properly on Windows --- Cargo.toml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ed6157a1..dd1664f63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,6 @@ unix = [ "mkfifo", "mknod", "more", - "mv", "nice", "nohup", "pathchk", @@ -64,6 +63,7 @@ generic = [ "ls", "mkdir", "mktemp", + "mv", "nl", "nproc", "od", diff --git a/Makefile b/Makefile index 8c8190c1b..6b650b99a 100644 --- a/Makefile +++ b/Makefile @@ -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 \