summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-cpu.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/check-cpu.m4')
-rw-r--r--cpukit/aclocal/check-cpu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/check-cpu.m4 b/cpukit/aclocal/check-cpu.m4
index ad16ae4e66..146987ec49 100644
--- a/cpukit/aclocal/check-cpu.m4
+++ b/cpukit/aclocal/check-cpu.m4
@@ -8,7 +8,7 @@ AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])
# Is this a supported CPU?
AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
-if test -d "$srcdir/$RTEMS_TOPdir/exec/score/cpu/$RTEMS_CPU"; then
+if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
AC_MSG_RESULT(yes)
else
AC_MSG_ERROR(no)