about summary refs log tree commit diff
diff options
context:
space:
mode:
-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: