summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 08:13:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 08:13:08 +0000
commit8cf8799dedeb0306ae13be5a1e49f7c4b027bfc5 (patch)
tree3f7e1801c851e817c66456e684e8aa6f4441c3c9 /testsuites/aclocal
parent2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8cf8799dedeb0306ae13be5a1e49f7c4b027bfc5.tar.bz2
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir. Set rtems_testsdir to $libdir/rtems-4.7/tests.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/env-rtemsbsp.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index 6129b32e5b..da12c88c9d 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -27,12 +27,9 @@ RTEMS_ENABLE_BARE
AC_SUBST(BARE_CPU_MODEL)
AC_SUBST(BARE_CPU_CFLAGS)
-includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
-libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
-
AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"])
AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib"])
AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"])
-AC_SUBST([rtems_testsdir],["\$(libdir)/rtems/tests"])
+AC_SUBST([rtems_testsdir],["\$(libdir)/rtems-][RTEMS_API][/tests"])
])