summaryrefslogtreecommitdiff
path: root/libf2c/configure.in
diff options
context:
space:
mode:
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-12 02:52:16 +0000
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-12 02:52:16 +0000
commit00616e3323747ea662267cc42ff2eb94d300d20e (patch)
treed666c85320c9dc138c3f266408b25feb589dd34a /libf2c/configure.in
parent78936bd43c1ba76b00f1d29467e579b71cdc8676 (diff)
downloadgcc-00616e3323747ea662267cc42ff2eb94d300d20e.tar.gz
1998-10-12 Dave Love <d.love@dl.ac.uk>
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23005 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/configure.in')
-rw-r--r--libf2c/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/libf2c/configure.in b/libf2c/configure.in
index 0ae338eb8ee..b175abec7cf 100644
--- a/libf2c/configure.in
+++ b/libf2c/configure.in
@@ -174,7 +174,9 @@ AC_SUBST(gcc_version_trigger)
AC_CANONICAL_SYSTEM
AC_SUBST(target_alias)
AC_CONFIG_SUBDIRS(libU77 libI77 libF77)
-AC_OUTPUT(g2c.h:g2c.hin Makefile,
+# Do Makefile first since g2c.h depends on it and shouldn't get an
+# earlier timestamp.
+AC_OUTPUT(Makefile g2c.h:g2c.hin,
[test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h
if test -n "$CONFIG_FILES"; then
if test -n "${with_target_subdir}"; then