summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-17 22:28:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-17 22:28:20 +0000
commit60f37021f14c64ce44403990b58c3c9ec09e561a (patch)
treeeadae96619f966a0d9dcf1bada66f9faf29b3da0 /cpukit/aclocal/check-bsps.m4
parent2002-07-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-60f37021f14c64ce44403990b58c3c9ec09e561a.tar.bz2
2002-07-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Reflect relocation of c/src/exec to cpukit. * aclocal/check-cpu.m4: Ditto. * aclocal/check-bsps.m4: Ditto.
Diffstat (limited to 'cpukit/aclocal/check-bsps.m4')
-rw-r--r--cpukit/aclocal/check-bsps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-bsps.m4 b/cpukit/aclocal/check-bsps.m4
index b5f66bb4c1..7c450e783f 100644
--- a/cpukit/aclocal/check-bsps.m4
+++ b/cpukit/aclocal/check-bsps.m4
@@ -5,7 +5,7 @@ AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,
AC_REQUIRE([RTEMS_TOP])
AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
-if test -r "$srcdir/$RTEMS_TOPdir/../../make/custom/[$]$1.cfg"; then
+if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
AC_MSG_RESULT([yes])
else
AC_MSG_ERROR([no])