summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-06 11:47:46 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-06 11:47:46 +0000
commit431320e5d68522115bf1871bcc27b79e6afda8a2 (patch)
treeee596704a45e0afa3d9c68c7b9aebe928a6e6304
parent9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d (diff)
downloadzsh-431320e5d68522115bf1871bcc27b79e6afda8a2.tar.gz
zsh-431320e5d68522115bf1871bcc27b79e6afda8a2.zip
avoid distcleaning Test twice (10543)
-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: