about summary refs log tree commit diff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-03-03 19:37:53 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-03-03 19:37:53 +0000
commitc9433cb201b76ab3c7470fc10e71e5f6d339c044 (patch)
treeecb961d4f2674050681ac2016f02ec95ec88c823 /Makefile.in
parent97bcb548dfb71b013fb44ce68000d871b4d6a12e (diff)
downloadzsh-c9433cb201b76ab3c7470fc10e71e5f6d339c044.tar.gz
zsh-c9433cb201b76ab3c7470fc10e71e5f6d339c044.tar.xz
zsh-c9433cb201b76ab3c7470fc10e71e5f6d339c044.zip
Added back the stamp-h idiom which allows us to know when config.h
is up-to-date but unchanged.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index dcb04e8ac..3521afa5e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -134,7 +134,11 @@ config.status: $(sdir)/configure
 $(sdir)/configure: $(sdir)/aclocal.m4 $(sdir)/aczsh.m4 $(sdir)/configure.ac
 	cd $(sdir) && autoconf
 
-config.h config.modules: $(sdir)/config.h.in config.status
+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 $@
 
 $(sdir)/config.h.in: $(sdir)/stamp-h.in