automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix ppfc's FCLINK


From: Alexandre Duret-Lutz
Subject: FYI: fix ppfc's FCLINK
Date: Mon, 27 Dec 2004 22:25:24 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

I'm installing this on HEAD and branch-1-9.
(This error tripped a safety check added in this patch:
http://lists.gnu.org/archive/html/automake/2004-12/msg00089.html)


2004-12-27  Alexandre Duret-Lutz  <address@hidden>

        * automake.in (Preprocessed Fortran): Fix the definition of FCLINK.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1592
diff -u -r1.1592 automake.in
--- automake.in 27 Dec 2004 20:38:19 -0000      1.1592
+++ automake.in 27 Dec 2004 21:20:54 -0000
@@ -864,7 +864,7 @@
                   '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'],
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]