From 48e02af9ca52c19fdc7300f8e3c6ad05a6952d94 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 May 2012 14:58:21 -0500 Subject: mptests - Makefile.am did not set LINK_OBJS LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS) --- testsuites/mptests/mp07/node2/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/mptests/mp07/node2/Makefile.am') diff --git a/testsuites/mptests/mp07/node2/Makefile.am b/testsuites/mptests/mp07/node2/Makefile.am index 6117955599..636ef982aa 100644 --- a/testsuites/mptests/mp07/node2/Makefile.am +++ b/testsuites/mptests/mp07/node2/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp07_node2_OBJECTS) LINK_LIBS = $(mp07_node2_LDLIBS) mp07-node2$(EXEEXT): $(mp07_node2_OBJECTS) $(mp07_node2_DEPENDENCIES) -- cgit v1.2.3