forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
MANAGERS =
|
||||
|
||||
rtems_tests_PROGRAMS = minimum
|
||||
minimum_SOURCES = init.c
|
||||
@@ -14,11 +13,10 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
minimum_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
|
||||
# This test should not be executed
|
||||
|
||||
LINK_OBJS = $(minimum_OBJECTS) $(minimum_LDADD)
|
||||
LINK_OBJS = $(minimum_OBJECTS)
|
||||
LINK_LIBS = $(minimum_LDLIBS)
|
||||
|
||||
minimum$(EXEEXT): $(minimum_OBJECTS) $(minimum_DEPENDENCIES)
|
||||
|
||||
Reference in New Issue
Block a user