mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
13243: fix for make distclean - no more Makefile in Functions and Completion
This commit is contained in:
parent
9ff637aea0
commit
7949a31e5b
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-12-06 Andrej Borsenkow <Andrej.Borsenkow@mow.siemens.ru>
|
||||
|
||||
* 13243: Makefile.in: we do not use Makefile in Completion and
|
||||
Functions any more.
|
||||
|
||||
2000-12-05 Clint Adams <schizo@debian.org>
|
||||
|
||||
* 13242: Src/Modules/terminfo.c: better error-checking
|
||||
|
|
|
@ -114,8 +114,6 @@ check test:
|
|||
@CLEAN_MK@
|
||||
|
||||
distclean-here:
|
||||
@cd Completion && $(MAKE) $(MAKEDEFS) $@
|
||||
@cd Functions && $(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