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