about summary refs log tree commit diff
path: root/Makefile.in
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 /Makefile.in
parent9cb71e2f7cc2809b7d41e9160188ffe8af9e3b7d (diff)
downloadzsh-431320e5d68522115bf1871bcc27b79e6afda8a2.tar.gz
zsh-431320e5d68522115bf1871bcc27b79e6afda8a2.tar.xz
zsh-431320e5d68522115bf1871bcc27b79e6afda8a2.zip
avoid distcleaning Test twice (10543)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
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: