diff options
| author | Geoff Voelker | 1995-11-22 19:02:17 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-11-22 19:02:17 +0000 |
| commit | c02ab10709b15c0d39e8f1e97a7879c019154820 (patch) | |
| tree | 64cbb81193eb64ba7899ffa5e6518f33dc7d9fbc /src | |
| parent | bfa347fd9a5b75b303900cd02eedbec7a0cb0dd5 (diff) | |
| download | emacs-c02ab10709b15c0d39e8f1e97a7879c019154820.tar.gz emacs-c02ab10709b15c0d39e8f1e97a7879c019154820.zip | |
(DOC, clean): Don't use switches to del not supported by Win95.
Diffstat (limited to 'src')
| -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 | |||
| 162 | # | 162 | # |
| 163 | DOC = obj\etc\DOC-X | 163 | DOC = obj\etc\DOC-X |
| 164 | $(DOC):; cd ..\lib-src | 164 | $(DOC):; cd ..\lib-src |
| 165 | - del /q DOC-X | 165 | - del DOC-X |
| 166 | $(MAKE) -f makefile.nt all | 166 | $(MAKE) -f makefile.nt all |
| 167 | cd ..\src | 167 | cd ..\src |
| 168 | 168 | ||
| @@ -229,7 +229,7 @@ install: all | |||
| 229 | # | 229 | # |
| 230 | # Maintenance | 230 | # Maintenance |
| 231 | # | 231 | # |
| 232 | clean:; - del /q *~ *.pdb config.h paths.h | 232 | clean:; - del *~ *.pdb config.h paths.h |
| 233 | - $(DEL_TREE) deleted | 233 | - $(DEL_TREE) deleted |
| 234 | - $(DEL_TREE) obj | 234 | - $(DEL_TREE) obj |
| 235 | 235 | ||