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

13243: fix for make distclean - no more Makefile in Functions and Completion

This commit is contained in:
Andrey Borzenkov 2000-12-06 08:28:20 +00:00
parent 9ff637aea0
commit 7949a31e5b
2 changed files with 5 additions and 2 deletions

View File

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

View File

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