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/mp01/node1/Makefile.am | 2 +- testsuites/mptests/mp01/node2/Makefile.am | 2 +- testsuites/mptests/mp02/node1/Makefile.am | 2 +- testsuites/mptests/mp02/node2/Makefile.am | 2 +- testsuites/mptests/mp03/node1/Makefile.am | 2 +- testsuites/mptests/mp03/node2/Makefile.am | 2 +- testsuites/mptests/mp04/node1/Makefile.am | 2 +- testsuites/mptests/mp04/node2/Makefile.am | 2 +- testsuites/mptests/mp05/node1/Makefile.am | 2 +- testsuites/mptests/mp05/node2/Makefile.am | 2 +- testsuites/mptests/mp06/node1/Makefile.am | 2 +- testsuites/mptests/mp06/node2/Makefile.am | 2 +- testsuites/mptests/mp07/node1/Makefile.am | 2 +- testsuites/mptests/mp07/node2/Makefile.am | 2 +- testsuites/mptests/mp08/node1/Makefile.am | 2 +- testsuites/mptests/mp08/node2/Makefile.am | 2 +- testsuites/mptests/mp09/node1/Makefile.am | 2 +- testsuites/mptests/mp09/node2/Makefile.am | 2 +- testsuites/mptests/mp10/node1/Makefile.am | 2 +- testsuites/mptests/mp10/node2/Makefile.am | 2 +- testsuites/mptests/mp11/node1/Makefile.am | 2 +- testsuites/mptests/mp11/node2/Makefile.am | 2 +- testsuites/mptests/mp12/node1/Makefile.am | 2 +- testsuites/mptests/mp12/node2/Makefile.am | 2 +- testsuites/mptests/mp13/node1/Makefile.am | 2 +- testsuites/mptests/mp13/node2/Makefile.am | 2 +- testsuites/mptests/mp14/node1/Makefile.am | 2 +- testsuites/mptests/mp14/node2/Makefile.am | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/testsuites/mptests/mp01/node1/Makefile.am b/testsuites/mptests/mp01/node1/Makefile.am index 8df675eaee..ad2d12e538 100644 --- a/testsuites/mptests/mp01/node1/Makefile.am +++ b/testsuites/mptests/mp01/node1/Makefile.am @@ -11,7 +11,7 @@ include $(top_srcdir)/../automake/leaf.am AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp01_node1_OBJECTS) LINK_LIBS = $(mp01_node1_LDLIBS) mp01-node1$(EXEEXT): $(mp01_node1_OBJECTS) $(mp01_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp01/node2/Makefile.am b/testsuites/mptests/mp01/node2/Makefile.am index d03cf72f77..4d5a2aa944 100644 --- a/testsuites/mptests/mp01/node2/Makefile.am +++ b/testsuites/mptests/mp01/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 = $(mp01_node2_OBJECTS) LINK_LIBS = $(mp01_node2_LDLIBS) mp01-node2$(EXEEXT): $(mp01_node2_OBJECTS) $(mp01_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp02/node1/Makefile.am b/testsuites/mptests/mp02/node1/Makefile.am index 5c703e1e6b..f3ae2b4171 100644 --- a/testsuites/mptests/mp02/node1/Makefile.am +++ b/testsuites/mptests/mp02/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp02_node1_OBJECTS) LINK_LIBS = $(mp02_node1_LDLIBS) mp02-node1$(EXEEXT): $(mp02_node1_OBJECTS) $(mp02_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp02/node2/Makefile.am b/testsuites/mptests/mp02/node2/Makefile.am index 09b119875f..107d845653 100644 --- a/testsuites/mptests/mp02/node2/Makefile.am +++ b/testsuites/mptests/mp02/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 = $(mp02_node2_OBJECTS) LINK_LIBS = $(mp02_node2_LDLIBS) mp02-node2$(EXEEXT): $(mp02_node2_OBJECTS) $(mp02_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp03/node1/Makefile.am b/testsuites/mptests/mp03/node1/Makefile.am index 4ba48049ff..7710acdef5 100644 --- a/testsuites/mptests/mp03/node1/Makefile.am +++ b/testsuites/mptests/mp03/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp03_node1_OBJECTS) LINK_LIBS = $(mp03_node1_LDLIBS) mp03-node1$(EXEEXT): $(mp03_node1_OBJECTS) $(mp03_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp03/node2/Makefile.am b/testsuites/mptests/mp03/node2/Makefile.am index c5f3bfb11a..868dd6c4e7 100644 --- a/testsuites/mptests/mp03/node2/Makefile.am +++ b/testsuites/mptests/mp03/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 = $(mp03_node2_OBJECTS) LINK_LIBS = $(mp03_node2_LDLIBS) mp03-node2$(EXEEXT): $(mp03_node2_OBJECTS) $(mp03_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp04/node1/Makefile.am b/testsuites/mptests/mp04/node1/Makefile.am index 39f8960993..ad619ae1ca 100644 --- a/testsuites/mptests/mp04/node1/Makefile.am +++ b/testsuites/mptests/mp04/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp04_node1_OBJECTS) LINK_LIBS = $(mp04_node1_LDLIBS) mp04-node1$(EXEEXT): $(mp04_node1_OBJECTS) $(mp04_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp04/node2/Makefile.am b/testsuites/mptests/mp04/node2/Makefile.am index 7bd696ff9b..4ac67a94f9 100644 --- a/testsuites/mptests/mp04/node2/Makefile.am +++ b/testsuites/mptests/mp04/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 = $(mp04_node2_OBJECTS) LINK_LIBS = $(mp04_node2_LDLIBS) mp04-node2$(EXEEXT): $(mp04_node2_OBJECTS) $(mp04_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp05/node1/Makefile.am b/testsuites/mptests/mp05/node1/Makefile.am index 5611b332d3..99d0f9f086 100644 --- a/testsuites/mptests/mp05/node1/Makefile.am +++ b/testsuites/mptests/mp05/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp05_node1_OBJECTS) LINK_LIBS = $(mp05_node1_LDLIBS) mp05-node1$(EXEEXT): $(mp05_node1_OBJECTS) $(mp05_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp05/node2/Makefile.am b/testsuites/mptests/mp05/node2/Makefile.am index eaade8b91d..2114fc59c7 100644 --- a/testsuites/mptests/mp05/node2/Makefile.am +++ b/testsuites/mptests/mp05/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 = $(mp05_node2_OBJECTS) LINK_LIBS = $(mp05_node2_LDLIBS) mp05-node2$(EXEEXT): $(mp05_node2_OBJECTS) $(mp05_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp06/node1/Makefile.am b/testsuites/mptests/mp06/node1/Makefile.am index d0c6a0361f..73575a1a16 100644 --- a/testsuites/mptests/mp06/node1/Makefile.am +++ b/testsuites/mptests/mp06/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp06_node1_OBJECTS) LINK_LIBS = $(mp06_node1_LDLIBS) mp06-node1$(EXEEXT): $(mp06_node1_OBJECTS) $(mp06_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp06/node2/Makefile.am b/testsuites/mptests/mp06/node2/Makefile.am index e337354d36..66afc48aaf 100644 --- a/testsuites/mptests/mp06/node2/Makefile.am +++ b/testsuites/mptests/mp06/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 = $(mp06_node2_OBJECTS) LINK_LIBS = $(mp06_node2_LDLIBS) mp06-node2$(EXEEXT): $(mp06_node2_OBJECTS) $(mp06_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp07/node1/Makefile.am b/testsuites/mptests/mp07/node1/Makefile.am index 07c914cf9d..8a44eb5e2e 100644 --- a/testsuites/mptests/mp07/node1/Makefile.am +++ b/testsuites/mptests/mp07/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp07_node1_OBJECTS) LINK_LIBS = $(mp07_node1_LDLIBS) mp07-node1$(EXEEXT): $(mp07_node1_OBJECTS) $(mp07_node1_DEPENDENCIES) 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) diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index c21525d73c..c2857cba3a 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp08_node1_OBJECTS) LINK_LIBS = $(mp08_node1_LDLIBS) mp08-node1$(EXEEXT): $(mp08_node1_OBJECTS) $(mp08_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp08/node2/Makefile.am b/testsuites/mptests/mp08/node2/Makefile.am index 836a143aff..445bf03398 100644 --- a/testsuites/mptests/mp08/node2/Makefile.am +++ b/testsuites/mptests/mp08/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 = $(mp08_node2_OBJECTS) LINK_LIBS = $(mp08_node2_LDLIBS) mp08-node2$(EXEEXT): $(mp08_node2_OBJECTS) $(mp08_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp09/node1/Makefile.am b/testsuites/mptests/mp09/node1/Makefile.am index a85294e661..f3b3d114de 100644 --- a/testsuites/mptests/mp09/node1/Makefile.am +++ b/testsuites/mptests/mp09/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp09_node1_OBJECTS) LINK_LIBS = $(mp09_node1_LDLIBS) mp09-node1$(EXEEXT): $(mp09_node1_OBJECTS) $(mp09_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp09/node2/Makefile.am b/testsuites/mptests/mp09/node2/Makefile.am index 543f3e7bc9..7c7eeb6b74 100644 --- a/testsuites/mptests/mp09/node2/Makefile.am +++ b/testsuites/mptests/mp09/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 = $(mp09_node2_OBJECTS) LINK_LIBS = $(mp09_node2_LDLIBS) mp09-node2$(EXEEXT): $(mp09_node2_OBJECTS) $(mp09_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp10/node1/Makefile.am b/testsuites/mptests/mp10/node1/Makefile.am index 811308ce62..54b190071e 100644 --- a/testsuites/mptests/mp10/node1/Makefile.am +++ b/testsuites/mptests/mp10/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp10_node1_OBJECTS) LINK_LIBS = $(mp10_node1_LDLIBS) mp10-node1$(EXEEXT): $(mp10_node1_OBJECTS) $(mp10_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp10/node2/Makefile.am b/testsuites/mptests/mp10/node2/Makefile.am index 419090b29f..86ccb574cd 100644 --- a/testsuites/mptests/mp10/node2/Makefile.am +++ b/testsuites/mptests/mp10/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 = $(mp10_node2_OBJECTS) LINK_LIBS = $(mp10_node2_LDLIBS) mp10-node2$(EXEEXT): $(mp10_node2_OBJECTS) $(mp10_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp11/node1/Makefile.am b/testsuites/mptests/mp11/node1/Makefile.am index 045174d0dd..3a4d70ffb8 100644 --- a/testsuites/mptests/mp11/node1/Makefile.am +++ b/testsuites/mptests/mp11/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp11_node1_OBJECTS) LINK_LIBS = $(mp11_node1_LDLIBS) mp11-node1$(EXEEXT): $(mp11_node1_OBJECTS) $(mp11_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp11/node2/Makefile.am b/testsuites/mptests/mp11/node2/Makefile.am index 5a6b9787e1..852b730068 100644 --- a/testsuites/mptests/mp11/node2/Makefile.am +++ b/testsuites/mptests/mp11/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 = $(mp11_node2_OBJECTS) LINK_LIBS = $(mp11_node2_LDLIBS) mp11-node2$(EXEEXT): $(mp11_node2_OBJECTS) $(mp11_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp12/node1/Makefile.am b/testsuites/mptests/mp12/node1/Makefile.am index 9a54638b32..b72e938793 100644 --- a/testsuites/mptests/mp12/node1/Makefile.am +++ b/testsuites/mptests/mp12/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp12_node1_OBJECTS) LINK_LIBS = $(mp12_node1_LDLIBS) mp12-node1$(EXEEXT): $(mp12_node1_OBJECTS) $(mp12_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp12/node2/Makefile.am b/testsuites/mptests/mp12/node2/Makefile.am index 52d919e774..a2f6036bae 100644 --- a/testsuites/mptests/mp12/node2/Makefile.am +++ b/testsuites/mptests/mp12/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 = $(mp12_node2_OBJECTS) LINK_LIBS = $(mp12_node2_LDLIBS) mp12-node2$(EXEEXT): $(mp12_node2_OBJECTS) $(mp12_node2_DEPENDENCIES) diff --git a/testsuites/mptests/mp13/node1/Makefile.am b/testsuites/mptests/mp13/node1/Makefile.am index 4136ef2f93..ea5c2283d8 100644 --- a/testsuites/mptests/mp13/node1/Makefile.am +++ b/testsuites/mptests/mp13/node1/Makefile.am @@ -12,7 +12,7 @@ AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/.. AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = +LINK_OBJS = $(mp13_node1_OBJECTS) LINK_LIBS = $(mp13_node1_LDLIBS) mp13-node1$(EXEEXT): $(mp13_node1_OBJECTS) $(mp13_node1_DEPENDENCIES) diff --git a/testsuites/mptests/mp13/node2/Makefile.am b/testsuites/mptests/mp13/node2/Makefile.am index bd33c4054e..f237c5cf0e 100644 --- a/testsuites/mptests/mp13/node2/Makefile.am +++ b/testsuites/mptests/mp13/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 = $(mp13_node2_OBJECTS) LINK_LIBS = $(mp13_node2_LDLIBS) mp13-node2$(EXEEXT): $(mp13_node2_OBJECTS) $(mp13_node2_DEPENDENCIES) 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) -- cgit v1.2.3