]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* automake.in (Preprocessed Fortran): Fix the definition of FCLINK.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 27 Dec 2004 21:25:42 +0000 (21:25 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 27 Dec 2004 21:25:42 +0000 (21:25 +0000)
ChangeLog
automake.in

index 7f4419281cdf2c274f313a0516136ccb3572d3bd..f0c26d366b96f835c9ec54071041ae1ade4ab20d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-12-27  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * automake.in (Preprocessed Fortran): Fix the definition of FCLINK.
+
        * Makefile.am (maintainer-check): Refine check for @_ in scalar
        context.  Check for correct use of PRE_INSTALL, NORMAL_INSTALL,
        POST_INSTALL, PRE_UNINSTALL, NORMAL_UNINSTALL, and POST_UNINSTALL.
index b9eca7c66aac5d05847c1cf8b94db3738d7667ce..eb48ee92f5c8f7fd4e9bbfd0d78e48743400dce5 100755 (executable)
@@ -864,7 +864,7 @@ register_language ('name' => 'ppfc',
                   'Name' => 'Preprocessed Fortran',
                   'config_vars' => ['FC'],
                   'linker' => 'FCLINK',
-                  'link' => '$(FCLD) $(AM_FFLAGS) $(FCFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@',
+                  'link' => '$(FCLD) $(AM_FCFLAGS) $(FCFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@',
                   'lder' => 'FCLD',
                   'ld' => '$(FC)',
                   'flags' => ['FCFLAGS', 'CPPFLAGS'],