summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-28 07:23:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-28 07:23:07 +0000
commitc50e97811a4d1999699bfac4b50355ec26f02601 (patch)
tree8dd64d87e9988a43a4e7bb34248dc211cb1ef598 /testsuites
parent2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-c50e97811a4d1999699bfac4b50355ec26f02601.tar.bz2
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/aclocal/rtems-top.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index a79ca0746c..0a9e334dbd 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
+
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-custom-bsp.m4: Fix minor typo.
diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4
index 5ecd9c0e37..d7efd0fc3d 100644
--- a/testsuites/aclocal/rtems-top.m4
+++ b/testsuites/aclocal/rtems-top.m4
@@ -30,7 +30,7 @@ AS_HELP_STRING(--enable-rtems-root,directory containing make/custom)],
[case ${enable_rtems_root} in
[[\\/$]]* | ?:[[\\/]]* ) # absolute directory
rtems_rootdir=${enable_rtems_root}
- RTEMS_RTEMS=${enable_rtems_root}
+ RTEMS_ROOT=${enable_rtems_root}
;;
*) # relative directory
rtems_rootdir=${enable_rtems_root}${rtems_updir}