summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx08/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:41:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-04 19:41:34 +0000
commit7d9632183419c75b6606cf5d7da429a1279c6493 (patch)
tree4b2a053915155d5deb85662bdba6ea4ed970f253 /c/src/tests/psxtests/psx08/Makefile.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bug (diff)
downloadrtems-7d9632183419c75b6606cf5d7da429a1279c6493.tar.bz2
Modifications necessary to support testing of exitting a pthread from
Charles-Antione Gauthier <charles.gauthier@iit.nrc.ca>.
Diffstat (limited to 'c/src/tests/psxtests/psx08/Makefile.in')
-rw-r--r--c/src/tests/psxtests/psx08/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx08/Makefile.in b/c/src/tests/psxtests/psx08/Makefile.in
index 1b24852a5a..931cea2637 100644
--- a/c/src/tests/psxtests/psx08/Makefile.in
+++ b/c/src/tests/psxtests/psx08/Makefile.in
@@ -18,7 +18,7 @@ TEST = psx08
MANAGERS = all
# C source names, if any, go here -- minus the .c
-C_PIECES = init task task2
+C_PIECES=init task1 task2 task3
C_FILES = $(C_PIECES:%=%.c)
C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)