summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9221cf24f..adc73f769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2000-04-06 Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
+ * Makefile.in: avoid distcleaning Test twice (10543)
+
* Completion/Core/_files, Doc/Zsh/compsys.yo: tag in file-patterns
optional, use `files' as default (10542)
diff --git a/Makefile.in b/Makefile.in
index e8ac7d7b7..96f53ca11 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,7 +105,6 @@ check test:
distclean-here:
@cd Completion && $(MAKE) $(MAKEDEFS) $@
@cd Functions && $(MAKE) $(MAKEDEFS) $@
- @cd Test && $(MAKE) $(MAKEDEFS) $@
rm -f Makefile config.h config.status config.log config.cache stamp-h Config/defs.mk
realclean-here: