From c9433cb201b76ab3c7470fc10e71e5f6d339c044 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 3 Mar 2004 19:37:53 +0000 Subject: Added back the stamp-h idiom which allows us to know when config.h is up-to-date but unchanged. --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit 1.4.1