about summary refs log tree commit diff
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
parent9ff637aea05a760fb0d0826e49849d59cdb80c9b (diff)
downloadzsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.gz
zsh-7949a31e5b93ecd505cb220f771850650162a0b6.tar.xz
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: