1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-09 17:16:19 +02:00

avoid distcleaning Test twice (10543)

This commit is contained in:
Sven Wischnowsky 2000-04-06 11:47:46 +00:00
parent 9cb71e2f7c
commit 431320e5d6
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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: