summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-04-07 19:31:50 +0000
committerRoland McGrath <roland@redhat.com>1993-04-07 19:31:50 +0000
commit6dbdf2caa8832429b83394d596a2892951d0c48f (patch)
treeab2e8be6261c81e20b6c7b83bdedf7665fb2733d
parent6ed99f4d40778067bf1de4a12fe084c55d1a2639 (diff)
downloadgunmake-6dbdf2caa8832429b83394d596a2892951d0c48f.tar.gz
Formerly compatMakefile.~70~
-rw-r--r--compatMakefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index 13dddb6..34a9cf5 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -213,8 +213,10 @@ glob-clean glob-realclean:
Makefile: config.status $(srcdir)/Makefile.in
$(SHELL) config.status
-config.h: config.status $(srcdir)/config.h.in
+config.h: stamp-config ;
+stamp-config: config.status $(srcdir)/config.h.in
$(SHELL) config.status
+ touch stamp-config
configure: configure.in
autoconf $(ACFLAGS)