diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 69062303ea8..70a4c536e87 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -250,7 +250,7 @@ clean: | |||
| 250 | - $(DEL) *~ "s/*~" "m/*~" | 250 | - $(DEL) *~ "s/*~" "m/*~" |
| 251 | - $(DEL) $(COMPILER_TEMP_FILES) | 251 | - $(DEL) $(COMPILER_TEMP_FILES) |
| 252 | - $(DEL_TREE) $(OBJDIR) | 252 | - $(DEL_TREE) $(OBJDIR) |
| 253 | - (DEL) stamp_BLD | 253 | - $(DEL) stamp_BLD |
| 254 | 254 | ||
| 255 | distclean: clean | 255 | distclean: clean |
| 256 | - $(DEL) config.h epaths.h | 256 | - $(DEL) config.h epaths.h |