summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask01
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/itrontests/itrontask01
parentReflect changes to TEST variable contents. (diff)
downloadrtems-cb2818800de7e130429cf2d18d4a950faf5e5eaa.tar.bz2
Eliminate DOCTYPES.
Diffstat (limited to 'testsuites/itrontests/itrontask01')
-rw-r--r--testsuites/itrontests/itrontask01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontask01/Makefile.am b/testsuites/itrontests/itrontask01/Makefile.am
index 8e592ef057..0548e3b3e3 100644
--- a/testsuites/itrontests/itrontask01/Makefile.am
+++ b/testsuites/itrontests/itrontask01/Makefile.am
@@ -10,8 +10,7 @@ MANAGERS = all
noinst_LIBRARIES = lib.a
lib_a_SOURCES = init.c task1.c system.h
-DOCTYPES = doc scn
-DOCS = $(DOCTYPES:%=$(TEST).%)
+DOCS = $(TEST).doc $(TEST).scn
OBJS = $(lib_a_OBJECTS)