From c19b05df812b1714f3d2040c37d060261faaf4b1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 May 2009 15:48:10 +0000 Subject: 2009-05-13 Joel Sherrill * rtems-pre.am, m4/rtems-fixup-prefix.m4: Install in standard location. --- m4/rtems-fixup-prefix.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/rtems-fixup-prefix.m4 b/m4/rtems-fixup-prefix.m4 index 859da2c..1a591e3 100644 --- a/m4/rtems-fixup-prefix.m4 +++ b/m4/rtems-fixup-prefix.m4 @@ -8,7 +8,7 @@ # # - if user says nothing then # -# exec-prefix -> ${prefix}/target/ssrlApps/// +# exec-prefix -> ${prefix}/-rtems// # includedir -> ${exec-prefix}/include # AC_DEFUN([TILLAC_RTEMS_FIXUP_PREFIXES], @@ -31,7 +31,7 @@ if test "${enable_std_rtems_installdirs}" = "yes" ; then else # should be correct also for multilibbed build (rtems_bsp empty) if test "${exec_prefix}" = "NONE" ; then - exec_prefix='${prefix}/target/ssrlApps/${host_cpu}-${host_os}/'${enable_rtemsbsp}/ + exec_prefix='${prefix}/${host_cpu}-${host_os}/'${enable_rtemsbsp}/ ac_configure_args="${ac_configure_args} --exec-prefix='${exec_prefix}'" fi # Unfortunately we have no way to check if includedir was set by the user -- cgit v1.2.3