summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/check-cpu.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-05 16:13:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-05 16:13:07 +0000
commit1b16e63c4fd963c51bcfc536d0855eae9163f3a1 (patch)
treee298922ac3ca47810a7e820481bf2574efb0fd09 /cpukit/aclocal/check-cpu.m4
parent2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1b16e63c4fd963c51bcfc536d0855eae9163f3a1.tar.bz2
2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/multilib.am: Add install-multi. * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting version.m4. Add --with-project-root. Reflect --with-project-root to setting up PROJECT_ROOT. * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK). * aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir. * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
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 b0b01117d1..ad16ae4e66 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/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)