Mercurial > emacs
diff lib-src/makefile.nt @ 14899:4b7b8a937a5d
Change uses of del to $(DEL).
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Thu, 28 Mar 1996 04:39:51 +0000 |
| parents | badba571804f |
| children | 780fe9c87106 |
line wrap: on
line diff
--- a/lib-src/makefile.nt Wed Mar 27 23:32:46 1996 +0000 +++ b/lib-src/makefile.nt Thu Mar 28 04:39:51 1996 +0000 @@ -92,7 +92,7 @@ $(LINK) -out:$@ $(LINK_FLAGS) $(CTAGSOBJ) $(LIBS) ctags.c: etags.c - - del ctags.c + - $(DEL) ctags.c copy etags.c ctags.c $(BLD)\ctags.obj: ctags.c @@ -164,7 +164,7 @@ DOC = DOC $(DOC): $(BLD)\make-docfile.exe - - del $(DOC) + - $(DEL) $(DOC) $(BLD)\make-docfile -d ..\src $(obj) > $(DOC) $(BLD)\make-docfile -d ..\src $(lisp) >> $(DOC) $(CP) $(DOC) ..\etc\DOC-X @@ -199,10 +199,9 @@ # # Maintenance # -clean:; - del *~ *.pdb +clean:; - $(DEL) *~ *.pdb DOC* - $(DEL_TREE) deleted - $(DEL_TREE) obj - - del DOC* # # Headers we would preprocess if we could.
