summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp09/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp09/Makefile.am')
-rw-r--r--testsuites/smptests/smp09/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/smptests/smp09/Makefile.am b/testsuites/smptests/smp09/Makefile.am
index 8c4178d951..453ddef267 100644
--- a/testsuites/smptests/smp09/Makefile.am
+++ b/testsuites/smptests/smp09/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = smp09
smp09_SOURCES = init.c ../../support/src/locked_print.c
@@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
-LINK_OBJS = $(smp09_OBJECTS) $(smp09_LDADD)
+LINK_OBJS = $(smp09_OBJECTS)
LINK_LIBS = $(smp09_LDLIBS)
smp09$(EXEEXT): $(smp09_OBJECTS) $(smp09_DEPENDENCIES)