summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:20:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:20:41 +0000
commit2989ee960d4aada92d6bc2e2f049eee56ecc8f27 (patch)
tree335d783d8519a2f795dd789407a038c8fc44b6b6 /c/src/ada-tests
parent2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2989ee960d4aada92d6bc2e2f049eee56ecc8f27.tar.bz2
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Rename RTEMS_API into _RTEMS_API.
Diffstat (limited to 'c/src/ada-tests')
-rw-r--r--c/src/ada-tests/ChangeLog4
-rw-r--r--c/src/ada-tests/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/ada-tests/ChangeLog b/c/src/ada-tests/ChangeLog
index 8811a3ea4c..a1ff20b074 100644
--- a/c/src/ada-tests/ChangeLog
+++ b/c/src/ada-tests/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Rename RTEMS_API into _RTEMS_API.
+
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
diff --git a/c/src/ada-tests/configure.ac b/c/src/ada-tests/configure.ac
index 985aba7d05..1ef7c5af3d 100644
--- a/c/src/ada-tests/configure.ac
+++ b/c/src/ada-tests/configure.ac
@@ -36,7 +36,7 @@ AM_CONDITIONAL([EXPADA],
RTEMS_PROJECT_ROOT
-AC_SUBST([rtems_ada_testsdir],["\$(libdir)/rtems-][RTEMS_API][/ada-tests"])
+AC_SUBST([rtems_ada_testsdir],["\$(libdir)/rtems-][_RTEMS_API][/ada-tests"])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])