Makefile.in (stamp-h): Only create config.h, touch stamp-h.
authorAndreas Jaeger <aj@suse.de>
Fri, 18 May 2001 07:45:56 +0000 (09:45 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Fri, 18 May 2001 07:45:56 +0000 (09:45 +0200)
* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
(${srcdir}/config.h.in): Add true rule.

* libI77/stamp-h.in: Added.

From-SVN: r42258

libf2c/ChangeLog
libf2c/libI77/Makefile.in
libf2c/libI77/stamp-h.in [new file with mode: 0644]

index 5e684aa83ef33341ab17e150d5adf3e5908acfe7..d31b82f8fd5019fc844f680e28d68c94ceacecb8 100644 (file)
@@ -1,3 +1,10 @@
+2001-05-18  Andreas Jaeger  <aj@suse.de>
+
+       * libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
+       (${srcdir}/config.h.in): Add true rule.
+
+       * libI77/stamp-h.in: Added.
+
 2001-05-17  Andreas Jaeger  <aj@suse.de>
 
        * libI77/Makefile.in: Add rules to rebuild config.h.in when
index 01902f03ca641b3d4c6838c65f03b39106309879..f360df33f97c6a1d49fca9c164872aea259e3cdb 100644 (file)
@@ -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
diff --git a/libf2c/libI77/stamp-h.in b/libf2c/libI77/stamp-h.in
new file mode 100644 (file)
index 0000000..9788f70
--- /dev/null
@@ -0,0 +1 @@
+timestamp