summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-12-06 08:28:20 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-12-06 08:28:20 +0000
commit7949a31e5b93ecd505cb220f771850650162a0b6 (patch)
tree34750c685a7e1e808ef4d1c1c8d2dee0e6689d92 /Makefile.in
parent13242: don't segfault on $terminfo[nonexistentcap] (diff)
downloadzsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.gz
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.bz2
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.lz
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.xz
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.zst
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.zip
13243: fix for make distclean - no more Makefile in Functions and Completion
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index cb1d14be2..6f64d4adb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -114,8 +114,6 @@ check test:
@CLEAN_MK@
distclean-here:
- @cd Completion && $(MAKE) $(MAKEDEFS) $@
- @cd Functions && $(MAKE) $(MAKEDEFS) $@
rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
realclean-here: