summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 09:09:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 09:09:26 +0000
commitd66557fac49db9329068c1afd9685875cacd3137 (patch)
tree4ce9ab681e00c57e55bae0521cbcc66397dedeb9 /testsuites/mptests/mp08
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d66557fac49db9329068c1afd9685875cacd3137.tar.bz2
Switch back to include compile.am instead of amcompile.am
Diffstat (limited to 'testsuites/mptests/mp08')
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp08/node2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
index 4a711bd407..6a548459ab 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -20,7 +20,7 @@ OBJS = $(lib_a_OBJECTS)
PRINT_SRCS = $(DOCS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/amcompile.am
+include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/mptests.am
diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am
index 18a26688f0..5d0107f828 100644
--- a/testsuites/mptests/mp08/node2/Makefile.am
+++ b/testsuites/mptests/mp08/node2/Makefile.am
@@ -20,7 +20,7 @@ OBJS = $(lib_a_OBJECTS)
PRINT_SRCS = $(DOCS)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/amcompile.am
+include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
include $(top_srcdir)/mptests.am