diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 22:33:05 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-07 22:33:05 +0000 |
commit | 39fad4f81c165370af5f3e059d88f82381df8a21 (patch) | |
tree | c017b97542bf42c6b6fb9332c6c292b17c2c4ede /Functions | |
parent | d76053481b8579bb850592e27473f0b623a5b4eb (diff) | |
download | zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.gz zsh-39fad4f81c165370af5f3e059d88f82381df8a21.tar.xz zsh-39fad4f81c165370af5f3e059d88f82381df8a21.zip |
manual/7704
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Functions/Makefile.in b/Functions/Makefile.in index a00936220..76e8cfcd2 100644 --- a/Functions/Makefile.in +++ b/Functions/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@ |