From a7c4e12216c05def065d4a2076a324014b2414e7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 25 Mar 2004 11:04:56 +0000 Subject: [PATCH] 2004-03-25 Ralf Corsepius * aclocal/check-custom-bsp.m4: Fix minor typo. --- testsuites/ChangeLog | 4 ++++ testsuites/aclocal/check-custom-bsp.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index dbb7306c63..a79ca0746c 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2004-03-25 Ralf Corsepius + + * aclocal/check-custom-bsp.m4: Fix minor typo. + 2004-03-25 Ralf Corsepius * aclocal/rtems-top.m4: Add rtems_rootdir. diff --git a/testsuites/aclocal/check-custom-bsp.m4 b/testsuites/aclocal/check-custom-bsp.m4 index 54402d8e4e..c30a9ee9ed 100644 --- a/testsuites/aclocal/check-custom-bsp.m4 +++ b/testsuites/aclocal/check-custom-bsp.m4 @@ -1,7 +1,7 @@ dnl $Id$ AC_DEFUN([_RTEMS_CHECK_CUSTOM_BSP],[ - for i in ${rtems_rootdir}/make/custom/$1; + for i in ${rtems_rootdir}make/custom/$1; do AC_MSG_CHECKING([for $i]) AS_IF([test -r $i],[