about summary refs log tree commit diff
path: root/Completion/Makefile.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-07 22:33:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-07 22:33:05 +0000
commit39fad4f81c165370af5f3e059d88f82381df8a21 (patch)
treec017b97542bf42c6b6fb9332c6c292b17c2c4ede /Completion/Makefile.in
parentd76053481b8579bb850592e27473f0b623a5b4eb (diff)
downloadzsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.gz
zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.xz
zsh-39fad4f81c165370af5f3e059d88f82381df8a21.zip
manual/7704
Diffstat (limited to 'Completion/Makefile.in')
-rw-r--r--Completion/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/Makefile.in b/Completion/Makefile.in
index 27f88d01f..128614ad1 100644
--- a/Completion/Makefile.in
+++ b/Completion/Makefile.in
@@ -52,14 +52,15 @@ uninstall: uninstall.fns
 
 # ========== DEPENDENCIES FOR CLEANUP ==========
 
-@CLEAN_MK@
-
 mostlyclean-here:
 
 distclean-here:
+	rm -f Makefile
 
 realclean-here:
 
+@CLEAN_MK@
+
 # ========== DEPENDENCIES FOR MAINTENANCE ==========
 
 @CONFIG_MK@