summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp05
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/smp05
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/smp05')
-rw-r--r--testsuites/smptests/smp05/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/smptests/smp05/Makefile.am b/testsuites/smptests/smp05/Makefile.am
index dfb6483488..6db395d304 100644
--- a/testsuites/smptests/smp05/Makefile.am
+++ b/testsuites/smptests/smp05/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = smp05
smp05_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 = $(smp05_OBJECTS) $(smp05_LDADD)
+LINK_OBJS = $(smp05_OBJECTS)
LINK_LIBS = $(smp05_LDLIBS)
smp05$(EXEEXT): $(smp05_OBJECTS) $(smp05_DEPENDENCIES)