(clean): Delete $(COMPILER_TEMP_FILES) instead
of *.pdb.
author |
Andrew Innes <andrewi@gnu.org> |
date |
Sat, 06 Jan 2001 21:36:39 +0000 |
parents |
3cd444909d32 |
children |
bc7d1e3b8eac |
files |
lib-src/makefile.w32-in src/makefile.w32-in |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/lib-src/makefile.w32-in Sat Jan 06 21:19:03 2001 +0000
+++ b/lib-src/makefile.w32-in Sat Jan 06 21:36:39 2001 +0000
@@ -238,7 +238,7 @@
# Maintenance
#
clean:
- - $(DEL) *~ *.pdb DOC*
+ - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
- $(DEL) ctags.c
- $(DEL_TREE) $(OBJDIR)
--- a/src/makefile.w32-in Sat Jan 06 21:19:03 2001 +0000
+++ b/src/makefile.w32-in Sat Jan 06 21:36:39 2001 +0000
@@ -232,7 +232,7 @@
#
clean:
- $(DEL) *~ "s/*~" "m/*~"
- - $(DEL) *.pdb
+ - $(DEL) $(COMPILER_TEMP_FILES)
- $(DEL_TREE) $(OBJDIR)
distclean: clean