From 19f111bd753d714510a40fca63742f81c57bbcf6 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 22 May 2002 18:25:12 +0000 Subject: 2002-05-22 Jeff Johnston * 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. --- newlib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/Makefile.in') diff --git a/newlib/Makefile.in b/newlib/Makefile.in index c119be665..a293b1f60 100644 --- a/newlib/Makefile.in +++ b/newlib/Makefile.in @@ -140,7 +140,7 @@ AM_MAKEFLAGS = \ "libdir=$(libdir)" \ "prefix=$(prefix)" \ "tooldir=$(tooldir)" \ - "toollibdir=$(toollibdir)" \ + "top_toollibdir=$(toollibdir)" \ "AR=$(AR)" \ "AS=$(AS)" \ "CC=$(CC_FOR_NEWLIB)" \ -- cgit v1.2.3