aboutsummaryrefslogtreecommitdiff
path: root/newlib/Makefile.am
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-05-22 18:25:12 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-05-22 18:25:12 +0000
commit19f111bd753d714510a40fca63742f81c57bbcf6 (patch)
tree80adf8c54da7253a3da109c748d891533f3d2637 /newlib/Makefile.am
parent1d2b71d6a351727a83db3807fce1b45a3d7f47db (diff)
downloadnewlib-19f111bd753d714510a40fca63742f81c57bbcf6.zip
newlib-19f111bd753d714510a40fca63742f81c57bbcf6.tar.gz
newlib-19f111bd753d714510a40fca63742f81c57bbcf6.tar.bz2
2002-05-22 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.am: Don't pass $toollibdir down directly in AM_MAKEFLAGS as it causes all multilibs to use the same toollibdir. Pass it under the name: top_toollibdir. * Makefile.in: Regenerated.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 38031f9..c301b8c 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -43,7 +43,7 @@ AM_MAKEFLAGS = \
"libdir=$(libdir)" \
"prefix=$(prefix)" \
"tooldir=$(tooldir)" \
- "toollibdir=$(toollibdir)" \
+ "top_toollibdir=$(toollibdir)" \
"AR=$(AR)" \
"AS=$(AS)" \
"CC=$(CC_FOR_NEWLIB)" \