summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-bsps.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/aclocal/check-bsps.m4')
-rw-r--r--c/src/exec/aclocal/check-bsps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/aclocal/check-bsps.m4 b/c/src/exec/aclocal/check-bsps.m4
index 7c450e783f..b5f66bb4c1 100644
--- a/c/src/exec/aclocal/check-bsps.m4
+++ b/c/src/exec/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])