diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-10-24 09:04:09 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-10-24 09:04:09 +0000 |
commit | c60f1599b1a33d22b79e2888f48643566bd81d34 (patch) | |
tree | 90c2fd523724f89371b2ad20db1d1cdae6e8f34e | |
parent | a8ae89a5e4ca24bb391d9c02bd0a6c26a6dcf2d7 (diff) | |
download | gcc-c60f1599b1a33d22b79e2888f48643566bd81d34.zip gcc-c60f1599b1a33d22b79e2888f48643566bd81d34.tar.gz gcc-c60f1599b1a33d22b79e2888f48643566bd81d34.tar.bz2 |
Regenerated.
From-SVN: r23272
-rwxr-xr-x | libf2c/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libf2c/configure b/libf2c/configure index dfbde98..2423f754 100755 --- a/libf2c/configure +++ b/libf2c/configure @@ -1201,7 +1201,8 @@ test "$host_alias" != "$target_alias" && 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. trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure @@ -1492,6 +1493,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 exit 0 |