diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:41:35 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 20:41:35 +0000 |
commit | e313b518e8113c98fa88282073e215eb83afacb7 (patch) | |
tree | d8b5c7682da357db196070130da63af651a0c853 /lib-src | |
parent | f278d4a643a495204b3e6c3f8abf8ae0c04c8440 (diff) | |
download | emacs-e313b518e8113c98fa88282073e215eb83afacb7.tar.gz |
(clean): Delete stamp_BLD.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 7d49748ebc5..bc998e710d7 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -329,6 +329,7 @@ clean: - $(DEL) ctags.c - $(DEL) getopt.h - $(DEL_TREE) $(OBJDIR) + - $(DEL) stamp_BLD cleanall: clean - $(DEL_TREE) obj |