diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:05:09 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:05:09 +0000 |
commit | 0fc02397bc4056b11fa82d0256f39a1d1ddfe849 (patch) | |
tree | 87105125b8cc647413fc368379fb96275a16c3fa /nt | |
parent | 774fe785d4b3145357675ee2305cfc5caee23b2c (diff) | |
download | emacs-0fc02397bc4056b11fa82d0256f39a1d1ddfe849.tar.gz |
(CP_DIR): Preserve attributes.
Diffstat (limited to 'nt')
-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 79796add381..4e28b0beb3d 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -157,7 +157,7 @@ $(BLD): $(OBJDIR) -mkdir $(BLD) CP = copy -CP_DIR = xcopy /f/r/i/e/d +CP_DIR = xcopy /f/r/i/e/d/k !if "$(OS_TYPE)" == "windows95" DEL = deltree /y |