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
This commit is contained in:
Alexandre Oliva 2002-05-03 20:14:18 +00:00 committed by Eric Christopher
parent 40039424e5
commit 5833ab666f
2 changed files with 6 additions and 0 deletions

View 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.

View 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)' \