summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--aclocal/env-rtemsbsp.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 956918e5b7..e3dae8b818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
+
2002-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add --enable-docs support. Add
diff --git a/aclocal/env-rtemsbsp.m4 b/aclocal/env-rtemsbsp.m4
index ae84ca53a6..6caec5a3d4 100644
--- a/aclocal/env-rtemsbsp.m4
+++ b/aclocal/env-rtemsbsp.m4
@@ -43,5 +43,5 @@ AC_SUBST(BARE_CPU_CFLAGS)
AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[true])
AM_CONDITIONAL([MULTILIB],[false])
-includedir="\${exec_prefix}/\$(RTEMS_BSP)/lib/include"
+includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
])