summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp06
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 22:21:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-10 22:21:20 +0000
commitcb2818800de7e130429cf2d18d4a950faf5e5eaa (patch)
tree40eb540e4d5168676b91d7d0eb6c600b5ad5f735 /testsuites/sptests/sp06
parentReflect changes to TEST variable contents. (diff)
downloadrtems-cb2818800de7e130429cf2d18d4a950faf5e5eaa.tar.bz2
Eliminate DOCTYPES.
Diffstat (limited to 'testsuites/sptests/sp06')
-rw-r--r--testsuites/sptests/sp06/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/sptests/sp06/Makefile.am b/testsuites/sptests/sp06/Makefile.am
index a3698958e8..39862e0944 100644
--- a/testsuites/sptests/sp06/Makefile.am
+++ b/testsuites/sptests/sp06/Makefile.am
@@ -9,8 +9,7 @@ MANAGERS = io
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c task2.c task3.c system.h
-DOCTYPES = scn doc
-DOCS = $(DOCTYPES:%=$(TEST).%)
+DOCS = $(TEST).scn $(TEST).doc
OBJS = $(lib_a_OBJECTS)