mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 05:48:53 +08:00
configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.
1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
This commit is contained in:
parent
ecc1211d56
commit
9eb3f9c994
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user