diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:37:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:37:13 +0000 |
commit | 5e4b0b14814bb7d5287271f9a5dce6e19e205d59 (patch) | |
tree | f9d2ee7645ca4e7460662ab4a7c1a1e0956fce27 /src/makefile.w32-in | |
parent | 130592d08c7a4e0a1128ff2a8fea2a34fb58183f (diff) | |
download | emacs-5e4b0b14814bb7d5287271f9a5dce6e19e205d59.tar.gz emacs-5e4b0b14814bb7d5287271f9a5dce6e19e205d59.tar.bz2 emacs-5e4b0b14814bb7d5287271f9a5dce6e19e205d59.zip |
(clean): Delete stamp_BLD.
Diffstat (limited to 'src/makefile.w32-in')
-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: - $(DEL) *~ "s/*~" "m/*~" - $(DEL) $(COMPILER_TEMP_FILES) - $(DEL_TREE) $(OBJDIR) + - (DEL) stamp_BLD distclean: clean - $(DEL) config.h epaths.h |