mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
13243: fix for make distclean - no more Makefile in Functions and Completion
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user