summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp01')
-rw-r--r--testsuites/mptests/mp01/node1/Makefile.am1
-rw-r--r--testsuites/mptests/mp01/node2/Makefile.am1
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am
index 97a567ed5e..36d8d0dfb4 100644
--- a/testsuites/mptests/mp01/node1/Makefile.am
+++ b/testsuites/mptests/mp01/node1/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am
index 2ffc14816f..0a80134c68 100644
--- a/testsuites/mptests/mp01/node2/Makefile.am
+++ b/testsuites/mptests/mp01/node2/Makefile.am
@@ -12,7 +12,6 @@ PGM = ${ARCH}/$(TEST)-node$(NODE).exe
MANAGERS = io mp
-# C source names, if any, go here -- minus the .c
C_FILES = init.c task1.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)