summaryrefslogtreecommitdiffstats
path: root/m4/rtems-fixup-prefix.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 15:48:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-13 15:48:10 +0000
commitc19b05df812b1714f3d2040c37d060261faaf4b1 (patch)
tree902c1484c737b7d35246f26ad75d6ea5d2e8cc34 /m4/rtems-fixup-prefix.m4
parent 2009/05/12 (TS) (diff)
downloadlibbsdport-c19b05df812b1714f3d2040c37d060261faaf4b1.tar.bz2
2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems-pre.am, m4/rtems-fixup-prefix.m4: Install in standard location.
Diffstat (limited to '')
-rw-r--r--m4/rtems-fixup-prefix.m44
1 files changed, 2 insertions, 2 deletions
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/<cpu>/<bsp>/
+# exec-prefix -> ${prefix}/<cpu>-rtems/<bsp>/
# 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