(clean): Use OBJDIR macro.

This commit is contained in:
Karl Heuer 1996-07-16 23:23:09 +00:00
parent fc646c5c57
commit d1e349d25c
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ install: $(INSTALL_FILES)
#
clean:; - $(DEL) *~ *.pdb DOC*
- $(DEL_TREE) deleted
- $(DEL_TREE) obj
- $(DEL_TREE) $(OBJDIR)
#
# Headers we would preprocess if we could.

View file

@ -142,7 +142,7 @@ real_install:
CLEAN_CMD = $(MAKE) -f makefile.nt clean
clean:; - $(DEL) *~ *.pdb
- $(DEL_TREE) deleted
- $(DEL_TREE) obj
- $(DEL_TREE) $(OBJDIR)
- $(DEL_TREE) ..\bin
- $(DEL) ..\etc\DOC ..\etc\DOC-X
- $(DEL) emacs.bat