summaryrefslogtreecommitdiffstats
path: root/aclocal/rtems-top.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/rtems-top.m4')
-rw-r--r--aclocal/rtems-top.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4
index 039db16caa..1ec8aa204a 100644
--- a/aclocal/rtems-top.m4
+++ b/aclocal/rtems-top.m4
@@ -36,10 +36,10 @@ AC_SUBST(PROJECT_TOPdir)
if test "$with_target_subdir" = "." ; then
# Native
-PROJECT_ROOT=${RTEMS_TOPdir}/'$(top_builddir)';
+PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
else
# Cross
-PROJECT_ROOT=${RTEMS_TOPdir}/'$(top_builddir)'
+PROJECT_ROOT="${RTEMS_TOPdir}/\$(top_builddir)"
fi
AC_SUBST(PROJECT_ROOT)