From 69b471bc4209e00da1301b02458c2299f6ec47c4 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 27 Jun 1998 21:48:29 +0000 Subject: [PATCH] configure.in (target_subdir): Set to ${target_alias} instead of "libraries". * configure.in (target_subdir): Set to ${target_alias} instead of "libraries". From-SVN: r20760 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7509a3e96f7..1dfdde7690e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) + + * configure.in (target_subdir): Set to ${target_alias} instead + of "libraries". + 1998-06-26 Manfred Hollstein * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger. diff --git a/configure.in b/configure.in index 7133661a04e..f61d3c8ad03 100644 --- a/configure.in +++ b/configure.in @@ -363,7 +363,7 @@ if [ x"${host}" = x"${target}" ] ; then if [ x${enable_multilib} = xno ]; then target_subdir=. else - target_subdir=libraries + target_subdir=${target_alias} fi else # similarly, don't build the targets in the 'native only'