Checked in by Eric Christopher <echristo@redhat.com>:
authorAlexandre Oliva <aoliva@redhat.com>
Fri, 3 May 2002 20:14:18 +0000 (20:14 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Fri, 3 May 2002 20:14:18 +0000 (20:14 +0000)
2002-05-02  Alexandre Oliva  <aoliva@redhat.com>

        * Makefile.in: Fix for multilibbed natives.

From-SVN: r53116

libf2c/ChangeLog
libf2c/Makefile.in

index ae8cc8a..3b67047 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-02  Alexandre Oliva  <aoliva@redhat.com>
+
+        * Makefile.in: Fix for multilibbed natives.
+
 2002-04-15  Loren J. Rittle  <ljrittle@acm.org>
 
        * aclocal.m4 (gcc_version_trigger): Use robust path construction.
index 36c7826..ef42e39 100644 (file)
@@ -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)' \