aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2001-01-06 21:36:39 +0000
committerAndrew Innes2001-01-06 21:36:39 +0000
commit5cdd7eef66ef971f7f6d311170995ef6a9ad7c4b (patch)
tree3a1219a9e89558a7360a1a9ec5a94729fd520151
parent5f3c35e6c9416eeea5133bcecee9a97e5cd9e187 (diff)
downloademacs-5cdd7eef66ef971f7f6d311170995ef6a9ad7c4b.tar.gz
emacs-5cdd7eef66ef971f7f6d311170995ef6a9ad7c4b.zip
(clean): Delete $(COMPILER_TEMP_FILES) instead
of *.pdb.
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--src/makefile.w32-in2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 7035c7f64f2..e2e6f8df654 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -238,7 +238,7 @@ install: $(INSTALL_FILES)
238# Maintenance 238# Maintenance
239# 239#
240clean: 240clean:
241 - $(DEL) *~ *.pdb DOC* 241 - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
242 - $(DEL) ctags.c 242 - $(DEL) ctags.c
243 - $(DEL_TREE) $(OBJDIR) 243 - $(DEL_TREE) $(OBJDIR)
244 244
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 3af600d102e..9bd6cb53a9f 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -232,7 +232,7 @@ install: $(ALL)
232# 232#
233clean: 233clean:
234 - $(DEL) *~ "s/*~" "m/*~" 234 - $(DEL) *~ "s/*~" "m/*~"
235 - $(DEL) *.pdb 235 - $(DEL) $(COMPILER_TEMP_FILES)
236 - $(DEL_TREE) $(OBJDIR) 236 - $(DEL_TREE) $(OBJDIR)
237 237
238distclean: clean 238distclean: clean