summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/base_mp/node1/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 16:05:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 16:05:05 +0000
commitf596aa9f16caeea5d674539f798fb88bb442bd3a (patch)
tree659d508f955ff9b051e92cf828c8a069b4d0e619 /testsuites/samples/base_mp/node1/Makefile.am
parents/SAMPLE/TEST/ for improved consistency with other tests. (diff)
downloadrtems-f596aa9f16caeea5d674539f798fb88bb442bd3a.tar.bz2
s/SAMPLE/TEST/ for improved consistency with other tests.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/base_mp/node1/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/samples/base_mp/node1/Makefile.am b/testsuites/samples/base_mp/node1/Makefile.am
index fcb4db8c25..2676f9476d 100644
--- a/testsuites/samples/base_mp/node1/Makefile.am
+++ b/testsuites/samples/base_mp/node1/Makefile.am
@@ -4,15 +4,14 @@
NODE = 1
TEST = base_mp-node$(NODE)
-PGM = ${ARCH}/$(SAMPLE).exe
+PGM = ${ARCH}/$(TEST).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c ../system.h
-DOCTYPES = doc scn
-DOCS = $(DOCTYPES:%=base_mp.%)
+DOCS = $(TEST).doc $(TEST).scn
OBJS = $(lib_a_OBJECTS)