From: Geoff Voelker Date: Wed, 22 Nov 1995 18:57:13 +0000 (+0000) Subject: (CP_DIR): Use platform independent switches for xcopy. X-Git-Tag: emacs-19.34~2231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99eac72a2ef49643b7ad4a68b95d25d66946a3d7;p=emacs.git (CP_DIR): Use platform independent switches for xcopy. --- diff --git a/nt/makefile.def b/nt/makefile.def index 9d18d00b271..0e5dadd71aa 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -146,7 +146,7 @@ $(BLD): $(OBJDIR) -mkdir $(BLD) CP = copy -CP_DIR = xcopy /fried +CP_DIR = xcopy /f/r/i/e/d # This is completely braindamaged, but it's the only routine known to be there DEL_TREE = echo y | rmdir /s