about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-03-14 18:27:05 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-03-14 18:27:05 +0000
commit236ae30e25b68c76642daee3cbce7af0ff744e70 (patch)
tree4176a7126d25badd2f0295919e4282c7164c4f91
parentea67f50064bd836df9bc9ddebadc8c85c54a731d (diff)
downloadzsh-236ae30e25b68c76642daee3cbce7af0ff744e70.tar.gz
zsh-236ae30e25b68c76642daee3cbce7af0ff744e70.tar.xz
zsh-236ae30e25b68c76642daee3cbce7af0ff744e70.zip
26699: dependencies for config.modules
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.in7
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 14e8b952a..9c3bfbfea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 $                         
 *****************************************************
diff --git a/Makefile.in b/Makefile.in
index de77f4f0a..5fb736f2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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 \