summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-cpu.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/aclocal/check-cpu.m4')
-rw-r--r--c/src/exec/aclocal/check-cpu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/aclocal/check-cpu.m4 b/c/src/exec/aclocal/check-cpu.m4
index b0b01117d1..ad16ae4e66 100644
--- a/c/src/exec/aclocal/check-cpu.m4
+++ b/c/src/exec/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/c/src/exec/score/cpu/$RTEMS_CPU"; then
+if test -d "$srcdir/$RTEMS_TOPdir/exec/score/cpu/$RTEMS_CPU"; then
AC_MSG_RESULT(yes)
else
AC_MSG_ERROR(no)