diff --git a/ChangeLog b/ChangeLog index 9221cf24f..adc73f769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-06 Sven Wischnowsky + * 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: