From c14858f098542b87c429cf49b6a46a348bbb353f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Oct 2009 01:41:54 +0000 Subject: Cosmetics. --- aclocal/check-custom-bsp.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal/check-custom-bsp.m4') diff --git a/aclocal/check-custom-bsp.m4 b/aclocal/check-custom-bsp.m4 index 2ddea34e0e..6af9bd045d 100644 --- a/aclocal/check-custom-bsp.m4 +++ b/aclocal/check-custom-bsp.m4 @@ -5,8 +5,8 @@ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl sets RTEMS_CPU, target AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir $2= AC_MSG_CHECKING([for $1]) - for i in "${srcdir}/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU"/*/make/custom/"$1" \ - "${srcdir}/${RTEMS_TOPdir}/bspkit/${RTEMS_CPU}"/*/cfg/"$1" \ + for i in \ + "${srcdir}/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU"/*/make/custom/$1 \ "${srcdir}/${RTEMS_TOPdir}/make/custom/$1"; do AS_IF([test -r $i],[ -- cgit v1.2.3