summaryrefslogtreecommitdiff
path: root/libf2c/Makefile.in
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:14:18 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-03 20:14:18 +0000
commitf93b14df78472d643481b72b5d26c12cba301c72 (patch)
treea6739ac4a5ebbda4c79e736c59bfa6819c1525ed /libf2c/Makefile.in
parent6d1fe069d54422cb50ec9e11f97cf8a99450b730 (diff)
downloadgcc-f93b14df78472d643481b72b5d26c12cba301c72.tar.gz
Checked in by Eric Christopher <echristo@redhat.com>:
2002-05-02 Alexandre Oliva <aoliva@redhat.com> * Makefile.in: Fix for multilibbed natives. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53116 138bc75d-0d04-0410-961f-82ee72b054a4
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 36c78269b9e..ef42e39d1a7 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)' \