From 5cdd7eef66ef971f7f6d311170995ef6a9ad7c4b Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 6 Jan 2001 21:36:39 +0000 Subject: [PATCH] (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. --- lib-src/makefile.w32-in | 2 +- src/makefile.w32-in | 2 +- 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) # Maintenance # clean: - - $(DEL) *~ *.pdb DOC* + - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) - $(DEL) ctags.c - $(DEL_TREE) $(OBJDIR) 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) # clean: - $(DEL) *~ "s/*~" "m/*~" - - $(DEL) *.pdb + - $(DEL) $(COMPILER_TEMP_FILES) - $(DEL_TREE) $(OBJDIR) distclean: clean -- 2.39.2