Mercurial > emacs
changeset 15722:2752419e5aa2
(clean): Use OBJDIR macro.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 16 Jul 1996 23:23:09 +0000 |
parents | 6d54ca02c76d |
children | d2cee951f37e |
files | lib-src/makefile.nt nt/makefile.nt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/makefile.nt Tue Jul 16 23:21:37 1996 +0000 +++ b/lib-src/makefile.nt Tue Jul 16 23:23:09 1996 +0000 @@ -202,7 +202,7 @@ # clean:; - $(DEL) *~ *.pdb DOC* - $(DEL_TREE) deleted - - $(DEL_TREE) obj + - $(DEL_TREE) $(OBJDIR) # # Headers we would preprocess if we could.
--- a/nt/makefile.nt Tue Jul 16 23:21:37 1996 +0000 +++ b/nt/makefile.nt Tue Jul 16 23:23:09 1996 +0000 @@ -142,7 +142,7 @@ 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