aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1995-11-22 18:57:13 +0000
committerGeoff Voelker1995-11-22 18:57:13 +0000
commit99eac72a2ef49643b7ad4a68b95d25d66946a3d7 (patch)
treed3cdbdf06d60aeaa0d7f81096ac980560ca18e63
parentea6401d799e32a17523a65bf01f9e106e283be74 (diff)
downloademacs-99eac72a2ef49643b7ad4a68b95d25d66946a3d7.tar.gz
emacs-99eac72a2ef49643b7ad4a68b95d25d66946a3d7.zip
(CP_DIR): Use platform independent switches for xcopy.
-rw-r--r--nt/makefile.def2
1 files changed, 1 insertions, 1 deletions
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)
146 -mkdir $(BLD) 146 -mkdir $(BLD)
147 147
148CP = copy 148CP = copy
149CP_DIR = xcopy /fried 149CP_DIR = xcopy /f/r/i/e/d
150 150
151# This is completely braindamaged, but it's the only routine known to be there 151# This is completely braindamaged, but it's the only routine known to be there
152DEL_TREE = echo y | rmdir /s 152DEL_TREE = echo y | rmdir /s