]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
authorDave Love <d.love@dl.ac.uk>
Mon, 12 Oct 1998 02:52:16 +0000 (02:52 +0000)
committerDave Love <fx@gcc.gnu.org>
Mon, 12 Oct 1998 02:52:16 +0000 (02:52 +0000)
1998-10-12  Dave Love  <d.love@dl.ac.uk>
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.

From-SVN: r23005

libf2c/ChangeLog
libf2c/configure.in

index a20bf9e684eab4e77594961dc88322a14bae4dcd..c2f99586d68799edabb9860dd874e7320cd18a85 100644 (file)
@@ -1,3 +1,7 @@
+1998-10-12  Dave Love  <d.love@dl.ac.uk>
+
+       * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
+
 Tue Oct  6 21:16:58 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in: Revert last patch.
index 0ae338eb8ee92018407f15d3eea3ab79d479e65c..b175abec7cf83e66cb51e08f800eefc3b709dd0a 100644 (file)
@@ -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
This page took 0.059219 seconds and 5 git commands to generate.