2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>

* alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
This commit is contained in:
Ralf Corsepius
2004-10-22 14:47:07 +00:00
parent f98cd89827
commit ba5288db0e
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-10-22 Ralf Corsepius <ralf_corsepius@rtems.org>
* alocal/check-custom-bsp.m4: Reflect new location of bspkit*cfg.
2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>
* librdbg/src/i386/rdbg_f.c, librdbg/src/m68k/rdbg_cpu_asm.S

View File

@@ -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])