aboutsummaryrefslogtreecommitdiff
path: root/libf2c/Makefile.in
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-05-03 20:14:18 +0000
committerEric Christopher <echristo@gcc.gnu.org>2002-05-03 20:14:18 +0000
commit5833ab666f4bc6501e6205e4b0efe70e0ddc1c12 (patch)
treea6739ac4a5ebbda4c79e736c59bfa6819c1525ed /libf2c/Makefile.in
parent40039424e5914eab9e59695c8199c8ce2a189bd2 (diff)
downloadgcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.zip
gcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.tar.gz
gcc-5833ab666f4bc6501e6205e4b0efe70e0ddc1c12.tar.bz2
Checked in by Eric Christopher <echristo@redhat.com>:
2002-05-02 Alexandre Oliva <aoliva@redhat.com> * Makefile.in: Fix for multilibbed natives. From-SVN: r53116
Diffstat (limited to 'libf2c/Makefile.in')
-rw-r--r--libf2c/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in
index 36c7826..ef42e39 100644
--- a/libf2c/Makefile.in
+++ b/libf2c/Makefile.in
@@ -21,6 +21,7 @@
SHELL = /bin/sh
MAKEOVERRIDES=
+.NOEXPORTS:
#### Start of system configuration section. ####
@@ -73,6 +74,7 @@ RANLIB = @RANLIB@
# Quote this way so that it can be used to set shell variables too.
FLAGS_TO_PASS= \
CC='$(CC)' \
+ LD='$(LD)' \
LIBTOOL='$(LIBTOOL)' \
CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \