summaryrefslogtreecommitdiffstats
path: root/c/src/tests/itrontests/itrontask03/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 13:48:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-10 13:48:27 +0000
commiteb02f47b126b56091ffaeaad470a48e2ac6d57b5 (patch)
treed52c66ad2d1a1b60d4eecd873949aa07477f8b87 /c/src/tests/itrontests/itrontask03/Makefile.in
parentAdded support for ITRON tests. (diff)
downloadrtems-eb02f47b126b56091ffaeaad470a48e2ac6d57b5.tar.bz2
Committed modifications from ITRON Task and Task Dependendent Synchronization
Working Group. Included are tests.
Diffstat (limited to 'c/src/tests/itrontests/itrontask03/Makefile.in')
-rw-r--r--c/src/tests/itrontests/itrontask03/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/itrontests/itrontask03/Makefile.in b/c/src/tests/itrontests/itrontask03/Makefile.in
index 0435f04407..71c674f002 100644
--- a/c/src/tests/itrontests/itrontask03/Makefile.in
+++ b/c/src/tests/itrontests/itrontask03/Makefile.in
@@ -19,7 +19,7 @@ PGM = ${ARCH}/$(TEST).exe
MANAGERS = all
# C source names, if any, go here -- minus the .c
-C_PIECES = init preempt spinit task1 task2 task3
+C_PIECES = init preempt task1 task2 task3
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)