summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp02
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:38:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:38:31 +0000
commit341aaf8a77049b3a9e0c7230a4ac849c3c60c403 (patch)
tree7551e11b24a6ea5683f8b55d4b689a54c595ceba /testsuites/smptests/smp02
parent2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-341aaf8a77049b3a9e0c7230a4ac849c3c60c403.tar.bz2
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am, smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am, smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove obsolete optional manager capability.
Diffstat (limited to 'testsuites/smptests/smp02')
-rw-r--r--testsuites/smptests/smp02/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/smptests/smp02/Makefile.am b/testsuites/smptests/smp02/Makefile.am
index 01ae429605..61c60bd369 100644
--- a/testsuites/smptests/smp02/Makefile.am
+++ b/testsuites/smptests/smp02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = smp02
smp02_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
-smp02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-LINK_OBJS = $(smp02_OBJECTS) $(smp02_LDADD)
+LINK_OBJS = $(smp02_OBJECTS)
LINK_LIBS = $(smp02_LDLIBS)
smp02$(EXEEXT): $(smp02_OBJECTS) $(smp02_DEPENDENCIES)