summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-04 14:58:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-04 14:59:10 -0500
commit48e02af9ca52c19fdc7300f8e3c6ad05a6952d94 (patch)
treeb31bcf26c954d23b78797e34700fb1aff2bf7612 /testsuites/mptests/mp14
parentnfsclient: Add rename operation (diff)
downloadrtems-48e02af9ca52c19fdc7300f8e3c6ad05a6952d94.tar.bz2
mptests - Makefile.am did not set LINK_OBJS
LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
Diffstat (limited to 'testsuites/mptests/mp14')
-rw-r--r--testsuites/mptests/mp14/node1/Makefile.am2
-rw-r--r--testsuites/mptests/mp14/node2/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/mptests/mp14/node1/Makefile.am b/testsuites/mptests/mp14/node1/Makefile.am
index 00fad63f6f..e233978eb2 100644
--- a/testsuites/mptests/mp14/node1/Makefile.am
+++ b/testsuites/mptests/mp14/node1/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS =
+LINK_OBJS = $(mp14_node1_OBJECTS)
LINK_LIBS = $(mp14_node1_LDLIBS)
mp14-node1$(EXEEXT): $(mp14_node1_OBJECTS) $(mp14_node1_DEPENDENCIES)
diff --git a/testsuites/mptests/mp14/node2/Makefile.am b/testsuites/mptests/mp14/node2/Makefile.am
index 20c9a13a2f..832462b86a 100644
--- a/testsuites/mptests/mp14/node2/Makefile.am
+++ b/testsuites/mptests/mp14/node2/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS =
+LINK_OBJS = $(mp14_node2_OBJECTS)
LINK_LIBS = $(mp14_node2_LDLIBS)
mp14-node2$(EXEEXT): $(mp14_node2_OBJECTS) $(mp14_node2_DEPENDENCIES)