diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-24 09:01:49 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-24 09:01:49 +0000 |
commit | 1a9f5be442ae4ea8f7091f51a7171e58afaea7ba (patch) | |
tree | 01378cec71f021f9813c5108209f794151507f87 /libf2c | |
parent | d65ef0b1c3bd44c25bf33accbea5dbaf9481553d (diff) | |
download | ppe42-gcc-1a9f5be442ae4ea8f7091f51a7171e58afaea7ba.tar.gz ppe42-gcc-1a9f5be442ae4ea8f7091f51a7171e58afaea7ba.zip |
Touch g2c.h in AC_OUTPUT after multilib disturbance.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23270 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in index aedd7427f01..dbe069a11e5 100644 --- a/libf2c/configure.in +++ b/libf2c/configure.in @@ -178,7 +178,8 @@ AC_CANONICAL_SYSTEM AC_SUBST(target_alias) AC_CONFIG_SUBDIRS(libU77 libI77 libF77) # Do Makefile first since g2c.h depends on it and shouldn't get an -# earlier timestamp. +# earlier timestamp. Of course, it does when the multilib gunk below +# edits Makefile, sigh; see additional touch below. AC_OUTPUT(Makefile g2c.h:g2c.hin, [test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h if test -n "$CONFIG_FILES"; then @@ -186,6 +187,7 @@ if test -n "$CONFIG_FILES"; then # FIXME: We shouldn't need to set ac_file ac_file=Makefile . ${topsrcdir}/config-ml.in + touch g2c.h # to keep it more recent than Makefile fi fi], srcdir=${srcdir} |