summaryrefslogtreecommitdiffstats
path: root/aclocal/env-rtemsbsp.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 18:03:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 18:03:19 +0000
commitcbc4e6fad77cf50449f1be85df3dc82f3291dddc (patch)
treeba5bd496f18548a8e7608ea1955c35df0c7e0989 /aclocal/env-rtemsbsp.m4
parent2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cbc4e6fad77cf50449f1be85df3dc82f3291dddc.tar.bz2
2002-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
Diffstat (limited to 'aclocal/env-rtemsbsp.m4')
-rw-r--r--aclocal/env-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
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"
])