diff options
| author | Eli Zaretskii | 2006-12-22 20:37:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 20:37:13 +0000 |
| commit | 5e4b0b14814bb7d5287271f9a5dce6e19e205d59 (patch) | |
| tree | f9d2ee7645ca4e7460662ab4a7c1a1e0956fce27 /src | |
| parent | 130592d08c7a4e0a1128ff2a8fea2a34fb58183f (diff) | |
| download | emacs-5e4b0b14814bb7d5287271f9a5dce6e19e205d59.tar.gz emacs-5e4b0b14814bb7d5287271f9a5dce6e19e205d59.zip | |
(clean): Delete stamp_BLD.
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index a37cec2794e..69062303ea8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -250,6 +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 | 254 | ||
| 254 | distclean: clean | 255 | distclean: clean |
| 255 | - $(DEL) config.h epaths.h | 256 | - $(DEL) config.h epaths.h |