mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
avoid distcleaning Test twice (10543)
This commit is contained in:
parent
9cb71e2f7c
commit
431320e5d6
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue