summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/target.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-08-18 01:24:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-08-18 01:24:35 +0000
commit0ad53a905ae8509390c59936b44fbcb1805b0693 (patch)
tree5e46d251a524978c1be2152d0063c24b0eb2e8a9 /c/src/aclocal/target.m4
parent2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-0ad53a905ae8509390c59936b44fbcb1805b0693.tar.bz2
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses. * aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
Diffstat (limited to 'c/src/aclocal/target.m4')
-rw-r--r--c/src/aclocal/target.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/target.m4 b/c/src/aclocal/target.m4
index 5783146f87..29cf5c9a36 100644
--- a/c/src/aclocal/target.m4
+++ b/c/src/aclocal/target.m4
@@ -105,7 +105,7 @@ dnl _RTEMS_POP_BUILDDIR
dnl
AC_DEFUN([_RTEMS_POP_BUILDDIR],
[
- cd $ac_popdir
+ cd "$ac_popdir"
])
dnl