mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
26699: dependencies for config.modules
This commit is contained in:
parent
ea67f50064
commit
236ae30e25
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-03-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 26699: Makefile.in: dependencies for config.modules.
|
||||
|
||||
2009-03-14 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* unposted: Adding .gitignore for the mirrored git repo.
|
||||
|
@ -11396,5 +11400,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4614 $
|
||||
* $Revision: 1.4615 $
|
||||
*****************************************************
|
||||
|
|
|
@ -41,7 +41,7 @@ INSTALL = @INSTALL@
|
|||
# ========== DEPENDENCIES FOR BUILDING ==========
|
||||
|
||||
# default target
|
||||
all: config.h
|
||||
all: config.h config.modules
|
||||
@for subdir in Src Doc; do \
|
||||
(cd $$subdir && $(MAKE) $(MAKEDEFS) $@) || exit 1; \
|
||||
done
|
||||
|
@ -142,8 +142,9 @@ config.h: stamp-h
|
|||
stamp-h: $(sdir)/config.h.in config.status
|
||||
cd $(dir_top) && $(SHELL) ./config.status config.h $@
|
||||
|
||||
config.modules: $(sdir)/config.h.in config.status
|
||||
cd $(dir_top) && $(SHELL) ./config.status $@
|
||||
config.modules: $(sdir)/config.h.in config.status config.modules.sh
|
||||
cd $(dir_top) && $(SHELL) ./config.status $@ && \
|
||||
$(SHELL) ./config.modules.sh
|
||||
|
||||
$(sdir)/config.h.in: $(sdir)/stamp-h.in
|
||||
$(sdir)/stamp-h.in: $(sdir)/configure.ac \
|
||||
|
|
Loading…
Reference in a new issue