summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 09:07:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-11 09:07:33 +0000
commit24688dbd40181191988c87bb4d8525cb4ba7bebd (patch)
tree1c4eaac621e773e28bb213ae4fa96b69dcdd7a51 /aclocal
parent2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-24688dbd40181191988c87bb4d8525cb4ba7bebd.tar.bz2
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
Diffstat (limited to 'aclocal')
-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 53522516db..4f8a8dfc91 100644
--- a/aclocal/env-rtemsbsp.m4
+++ b/aclocal/env-rtemsbsp.m4
@@ -33,7 +33,7 @@ AC_SUBST(PROJECT_INCLUDE)
PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP"
AC_SUBST(PROJECT_RELEASE)
-RTEMS_ROOT=$PROJECT_ROOT/c/$RTEMS_BSP
+RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP"
AC_SUBST(RTEMS_ROOT)
RTEMS_ENABLE_BARE