summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-07-20 19:45:02 +0000
committerEli Zaretskii <eliz@gnu.org>2007-07-20 19:45:02 +0000
commit97daeb42d5efd5d739515906b2647ad26e956616 (patch)
tree0395db96d0e022cdd1ccad8ef99625b9408cbafd /lib-src
parented667af056e3830b45e484cf9a964f739b026971 (diff)
downloademacs-97daeb42d5efd5d739515906b2647ad26e956616.tar.gz
(clean): Don't delete *~.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/makefile.w32-in4
1 files changed, 3 insertions, 1 deletions
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)