summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:38:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:38:29 +0000
commitcd06294a08d5f38eb6740506487006d0090deac6 (patch)
tree79bec1f485e29789dc3b231a02921221f4c163c0 /testsuites/samples/hello
parent2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cd06294a08d5f38eb6740506487006d0090deac6.tar.bz2
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am, paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, unlimited/Makefile.am: Remove obsolete optional manager capability.
Diffstat (limited to 'testsuites/samples/hello')
-rw-r--r--testsuites/samples/hello/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index e7b019be30..94cf69f293 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = io semaphore
rtems_tests_PROGRAMS = hello
hello_SOURCES = init.c
@@ -14,9 +13,8 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-hello_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-LINK_OBJS = $(hello_OBJECTS) $(hello_LDADD)
+LINK_OBJS = $(hello_OBJECTS)
LINK_LIBS = $(hello_LDLIBS)
hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)