OSDN Git Service

* libI77/Makefile.in (stamp-h): Only create config.h, touch stamp-h.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 May 2001 07:45:56 +0000 (07:45 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 18 May 2001 07:45:56 +0000 (07:45 +0000)
(${srcdir}/config.h.in): Add true rule.

* libI77/stamp-h.in: Added.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42258 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 5e684aa..d31b82f 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 01902f0..f360df3 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