diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-22 19:02:17 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-22 19:02:17 +0000 |
commit | 65a0795ae5d7e14bf075d9b0dc8aa2191afa900b (patch) | |
tree | 36f25af6c7c4fc2947ac7aba29424252c81117c3 /src/makefile.nt | |
parent | 9d0002c2c14570b4890dedfd08a7380722aacb12 (diff) | |
download | emacs-65a0795ae5d7e14bf075d9b0dc8aa2191afa900b.tar.gz |
(DOC, clean): Don't use switches to del not supported by Win95.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 07833d94b8c..775b4c07daa 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -162,7 +162,7 @@ paths.h: ..\nt\paths.h # DOC = obj\etc\DOC-X $(DOC):; cd ..\lib-src - - del /q DOC-X + - del DOC-X $(MAKE) -f makefile.nt all cd ..\src @@ -229,7 +229,7 @@ install: all # # Maintenance # -clean:; - del /q *~ *.pdb config.h paths.h +clean:; - del *~ *.pdb config.h paths.h - $(DEL_TREE) deleted - $(DEL_TREE) obj |