summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx08/Makefile.in
diff options
context:
space:
mode:
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)