From d1e349d25c700c2336dea5c85da60626876657b3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 16 Jul 1996 23:23:09 +0000 Subject: [PATCH] (clean): Use OBJDIR macro. --- lib-src/makefile.nt | 2 +- nt/makefile.nt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5