aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libI77/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libI77/Makefile.in')
-rw-r--r--libf2c/libI77/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libf2c/libI77/Makefile.in b/libf2c/libI77/Makefile.in
index 01902f0..f360df3 100644
--- a/libf2c/libI77/Makefile.in
+++ b/libf2c/libI77/Makefile.in
@@ -82,7 +82,7 @@ ${srcdir}/configure: configure.in
cd ${srcdir} && autoconf
# autoheader might not change config.h.in, so touch a stamp file.
-${srcdir}/config.h.in: stamp-h.in
+${srcdir}/config.h.in: stamp-h.in; @true
${srcdir}/stamp-h.in: configure.in
(cd ${srcdir} && autoheader)
@rm -f ${srcdir}/stamp-h.in
@@ -90,7 +90,8 @@ ${srcdir}/stamp-h.in: configure.in
config.h: stamp-h; @true
stamp-h: config.h.in config.status
- $(SHELL) config.status
+ CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) config.status
+ echo timestamp > ${srcdir}/stamp-h
VersionI.o: Version.c
$(CC) -c $(ALL_CFLAGS) -o $@ $(srcdir)/Version.c