about summary refs log tree commit diff
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
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
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 65ee0efcb..71c7ee5b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-06  Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
+
+	* 13243: Makefile.in: we do not use Makefile in Completion and
+	Functions any more.
+
 2000-12-05  Clint Adams  <schizo@debian.org>
 
 	* 13242: Src/Modules/terminfo.c: better error-checking
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: