summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 06:23:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 06:23:34 +0000
commit5c193c210f105e8d7b8b0cb084dde6a215576573 (patch)
tree8161f72bffcf99b6514f730b4412a28b40a5828c /testsuites/aclocal
parent2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5c193c210f105e8d7b8b0cb084dde6a215576573.tar.bz2
Remove project_libdir. Remove project_includedir. Add rtems_testsdir.
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/env-rtemsbsp.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4
index 0f721845ca..bf6d529a92 100644
--- a/testsuites/aclocal/env-rtemsbsp.m4
+++ b/testsuites/aclocal/env-rtemsbsp.m4
@@ -35,6 +35,5 @@ AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"])
AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib"])
AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"])
-AC_SUBST([project_libdir],["\$(libdir)"])
-AC_SUBST([project_includedir],["\$(includedir)"])
+AC_SUBST([rtems_testsdir],["\$(libdir)/rtems/tests"])
])