(clean): Use OBJDIR macro.
This commit is contained in:
parent
fc646c5c57
commit
d1e349d25c
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue