(DOC, clean): Don't use switches to del not supported by Win95.

This commit is contained in:
Geoff Voelker 1995-11-22 19:02:17 +00:00
parent bfa347fd9a
commit c02ab10709
2 changed files with 5 additions and 5 deletions

View file

@ -140,7 +140,7 @@ lisp= \
DOC = DOC
$(DOC): $(BLD)\make-docfile.exe
- del /q $(DOC)
- del $(DOC)
$(BLD)\make-docfile -d ..\src $(obj) > $(DOC)
$(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC)
$(CP) $(DOC) ..\etc\DOC-X
@ -175,10 +175,10 @@ install: $(INSTALL_FILES)
#
# Maintenance
#
clean:; - del /q *~ *.pdb
clean:; - del *~ *.pdb
- $(DEL_TREE) deleted
- $(DEL_TREE) obj
- del /q DOC*
- del DOC*
#
# Headers we would preprocess if we could.

View file

@ -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