aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-22 20:41:35 +0000
committerEli Zaretskii2006-12-22 20:41:35 +0000
commite313b518e8113c98fa88282073e215eb83afacb7 (patch)
treed8b5c7682da357db196070130da63af651a0c853
parentf278d4a643a495204b3e6c3f8abf8ae0c04c8440 (diff)
downloademacs-e313b518e8113c98fa88282073e215eb83afacb7.tar.gz
emacs-e313b518e8113c98fa88282073e215eb83afacb7.zip
(clean): Delete stamp_BLD.
-rw-r--r--lib-src/makefile.w32-in1
-rw-r--r--nt/makefile.w32-in1
2 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 7d49748ebc5..bc998e710d7 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -329,6 +329,7 @@ clean:
329 - $(DEL) ctags.c 329 - $(DEL) ctags.c
330 - $(DEL) getopt.h 330 - $(DEL) getopt.h
331 - $(DEL_TREE) $(OBJDIR) 331 - $(DEL_TREE) $(OBJDIR)
332 - $(DEL) stamp_BLD
332 333
333cleanall: clean 334cleanall: clean
334 - $(DEL_TREE) obj 335 - $(DEL_TREE) obj
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in
index 364e2985a72..a72e79146d2 100644
--- a/nt/makefile.w32-in
+++ b/nt/makefile.w32-in
@@ -246,6 +246,7 @@ info-gmake:
246clean: clean-other-dirs-$(MAKETYPE) 246clean: clean-other-dirs-$(MAKETYPE)
247 - $(DEL) *~ $(COMPILER_TEMP_FILES) 247 - $(DEL) *~ $(COMPILER_TEMP_FILES)
248 - $(DEL_TREE) $(OBJDIR) 248 - $(DEL_TREE) $(OBJDIR)
249 - $(DEL) stamp_BLD
249 - $(DEL) ../etc/DOC ../etc/DOC-X 250 - $(DEL) ../etc/DOC ../etc/DOC-X
250 251
251clean-other-dirs-nmake: 252clean-other-dirs-nmake: