From e4ca87c82ad7296525eb2fc64f45b2db4c102f8d Mon Sep 17 00:00:00 2001 From: pme Date: Mon, 27 Jan 2003 14:56:12 +0000 Subject: 2003-01-27 Phil Edwards * configure.in: Revert 24Jan change. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61888 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 531e188ac82..4fd42ed246c 100644 --- a/configure.in +++ b/configure.in @@ -201,7 +201,7 @@ fi # We always want to use the same name for this directory, so that dejagnu # can reliably find it. -target_subdir=${target} +target_subdir=${target_alias} if test ! -d ${target_subdir} ; then if mkdir ${target_subdir} ; then true @@ -211,7 +211,8 @@ if test ! -d ${target_subdir} ; then fi fi -build_subdir=build-${build} +build_prefix=build- +build_subdir=${build_prefix}${build_alias} if test x"${build_alias}" != x"${host}" ; then if test ! -d ${build_subdir} ; then -- cgit v1.2.1