From: Karl Heuer Date: Tue, 16 Jul 1996 23:23:09 +0000 (+0000) Subject: (clean): Use OBJDIR macro. X-Git-Tag: emacs-19.34~140 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1e349d25c700c2336dea5c85da60626876657b3;p=emacs.git (clean): Use OBJDIR macro. --- diff --git a/lib-src/makefile.nt b/lib-src/makefile.nt index 9f869057906..a03c8da4373 100644 --- a/lib-src/makefile.nt +++ b/lib-src/makefile.nt @@ -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. diff --git a/nt/makefile.nt b/nt/makefile.nt index b6208044951..9c34d0ea0f3 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -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