summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/check-custom-bsp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/check-custom-bsp.m4')
-rw-r--r--c/src/aclocal/check-custom-bsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/aclocal/check-custom-bsp.m4 b/c/src/aclocal/check-custom-bsp.m4
index 402656f3a0..db04111cf9 100644
--- a/c/src/aclocal/check-custom-bsp.m4
+++ b/c/src/aclocal/check-custom-bsp.m4
@@ -1,7 +1,7 @@
dnl $Id$
AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[
- for i in ${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}/*/$1 \
+ for i in "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/$1 \
${srcdir}/${RTEMS_TOPdir}/make/custom/$1;
do
AC_MSG_CHECKING([for $i])