summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-07-20 19:45:30 +0000
committerEli Zaretskii <eliz@gnu.org>2007-07-20 19:45:30 +0000
commiteffb3d94de938b9d1ab62423b9666a2ffb336ffc (patch)
treefab61ec31507827c3457b4e65b0e210106a238f4 /lib-src
parentb395d6e1f58998d74af97f78b09518f16ed40c20 (diff)
downloademacs-effb3d94de938b9d1ab62423b9666a2ffb336ffc.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 262baf252a4..61975aa6cb8 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-20 Eli Zaretskii <eliz@gnu.org>
+
+ * makefile.w32-in (clean): Don't delete *~.
+
2007-06-02 Chong Yidong <cyd@stupidchicken.com>
* Version 22.1 released.
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)