summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp08/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/smptests/smp08/Makefile.am')
-rw-r--r--testsuites/smptests/smp08/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/smptests/smp08/Makefile.am b/testsuites/smptests/smp08/Makefile.am
index 5c8d735dd8..04748a6db2 100644
--- a/testsuites/smptests/smp08/Makefile.am
+++ b/testsuites/smptests/smp08/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = smp08
smp08_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
@@ -17,9 +16,8 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DSMPTEST
-smp08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-LINK_OBJS = $(smp08_OBJECTS) $(smp08_LDADD)
+LINK_OBJS = $(smp08_OBJECTS)
LINK_LIBS = $(smp08_LDLIBS)
smp08$(EXEEXT): $(smp08_OBJECTS) $(smp08_DEPENDENCIES)