summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 10:21:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 10:21:11 +0000
commit933e0fd49389bb6b461904e02235a21f6c0acd8a (patch)
treeb68d203e55844829b9ca1fe6c898b3b77b734bbb /testsuites/itrontests/itrontask03
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-933e0fd49389bb6b461904e02235a21f6c0acd8a.tar.bz2
Cleanup
Diffstat (limited to 'testsuites/itrontests/itrontask03')
-rw-r--r--testsuites/itrontests/itrontask03/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/itrontests/itrontask03/Makefile.am b/testsuites/itrontests/itrontask03/Makefile.am
index 440f873a1e..c1f20d52c2 100644
--- a/testsuites/itrontests/itrontask03/Makefile.am
+++ b/testsuites/itrontests/itrontask03/Makefile.am
@@ -8,9 +8,7 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c
-
-lib_a_SOURCES += system.h
+lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=$(TEST).%)