summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp08
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/mptests/mp08')
-rw-r--r--testsuites/mptests/mp08/Makefile.am1
-rw-r--r--testsuites/mptests/mp08/node1/Makefile.am3
-rw-r--r--testsuites/mptests/mp08/node2/Makefile.am3
3 files changed, 2 insertions, 5 deletions
diff --git a/testsuites/mptests/mp08/Makefile.am b/testsuites/mptests/mp08/Makefile.am
index ec7997091b..f3a9c875ed 100644
--- a/testsuites/mptests/mp08/Makefile.am
+++ b/testsuites/mptests/mp08/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
SUBDIRS = node1 node2
EXTRA_DIST = system.h init.c task1.c
diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am
index edafc68b7c..f604654aed 100644
--- a/testsuites/mptests/mp08/node1/Makefile.am
+++ b/testsuites/mptests/mp08/node1/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
VPATH = @srcdir@:@srcdir@/..
NODE = 1
@@ -40,7 +39,7 @@ if HAS_MP
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
else
all-local:
endif
diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am
index 7ebbfdb03f..996e46adc0 100644
--- a/testsuites/mptests/mp08/node2/Makefile.am
+++ b/testsuites/mptests/mp08/node2/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
VPATH = @srcdir@:@srcdir@/..
NODE = 2
@@ -40,7 +39,7 @@ if HAS_MP
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
else
all-local:
endif