summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-07-16 22:41:49 +0000
committerEli Zaretskii <eliz@gnu.org>2007-07-16 22:41:49 +0000
commit9724908a55f7f62b47c52a773907eedb71004521 (patch)
tree8d7f15f1a3912e00765e35ac252e8d3917c616e5 /lib-src
parentb5d2b4abaa93e55d145e0abb430687b5d9d1965b (diff)
downloademacs-9724908a55f7f62b47c52a773907eedb71004521.tar.gz
(clean): Don't delete *~.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in4
2 files changed, 7 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 597d203ba41..a97002eb0bf 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-16 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (clean): Don't delete *~.
+
2007-06-07 Glenn Morris <rgm@gnu.org>
* etags.c (print_version): Add `emacs_copyright' string, for
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 953fa7ae6be..b552160c759 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -324,8 +324,10 @@ install: $(INSTALL_FILES)
#
# Maintenance
#
+# We used to delete *~ here, but that might inadvertently remove
+# precious files if it happens to match their short 8+3 aliases.
clean:
- - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
+ - $(DEL) DOC* $(COMPILER_TEMP_FILES)
- $(DEL) ctags.c
- $(DEL) getopt.h
- $(DEL_TREE) $(OBJDIR)