summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mp03
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/mptests/mp03')
-rw-r--r--c/src/tests/mptests/mp03/node1/Makefile.am1
-rw-r--r--c/src/tests/mptests/mp03/node2/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/tests/mptests/mp03/node1/Makefile.am b/c/src/tests/mptests/mp03/node1/Makefile.am
index 009a37e75f..94e3c5d068 100644
--- a/c/src/tests/mptests/mp03/node1/Makefile.am
+++ b/c/src/tests/mptests/mp03/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c delay.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/c/src/tests/mptests/mp03/node2/Makefile.am b/c/src/tests/mptests/mp03/node2/Makefile.am
index 68c71c0511..08acad9391 100644
--- a/c/src/tests/mptests/mp03/node2/Makefile.am
+++ b/c/src/tests/mptests/mp03/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp timer event
-# C source names, if any, go here -- minus the .c
C_FILES = init.c delay.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)