diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 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 | # |
| 240 | clean: | 240 | clean: |
| 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 | ||