diff options
| -rw-r--r-- | nt/makefile.def | 2 |
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 | ||
| 148 | CP = copy | 148 | CP = copy |
| 149 | CP_DIR = xcopy /fried | 149 | CP_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 |
| 152 | DEL_TREE = echo y | rmdir /s | 152 | DEL_TREE = echo y | rmdir /s |