summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib-src/makefile.nt2
-rw-r--r--nt/makefile.nt2
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