summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smp01
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/smp01
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/smp01')
-rw-r--r--testsuites/smptests/smp01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/smptests/smp01/Makefile.am b/testsuites/smptests/smp01/Makefile.am
index a112880372..3fd2183744 100644
--- a/testsuites/smptests/smp01/Makefile.am
+++ b/testsuites/smptests/smp01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = smp01
smp01_SOURCES = init.c tasks.c system.h ../../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 = $(smp01_OBJECTS) $(smp01_LDADD)
+LINK_OBJS = $(smp01_OBJECTS)
LINK_LIBS = $(smp01_LDLIBS)
smp01$(EXEEXT): $(smp01_OBJECTS) $(smp01_DEPENDENCIES)