diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-03 20:14:18 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-03 20:14:18 +0000 |
commit | f93b14df78472d643481b72b5d26c12cba301c72 (patch) | |
tree | a6739ac4a5ebbda4c79e736c59bfa6819c1525ed /libf2c/Makefile.in | |
parent | 6d1fe069d54422cb50ec9e11f97cf8a99450b730 (diff) | |
download | gcc-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.in | 2 |
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)' \ |