From 2b7b14f660bd0acec0aa0c624be724d900b6d3bc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Dec 2011 21:38:26 +0000 Subject: 2011-12-08 Joel Sherrill PR 1589/build * psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am, psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am, psxtmkey02/Makefile.am, psxtmmq01/Makefile.am, psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am, psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am, psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am, psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am, psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am, psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am, psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am, psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am, psxtmsem01/Makefile.am, psxtmsem02/Makefile.am, psxtmsem03/Makefile.am, psxtmsem04/Makefile.am, psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am, psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am, psxtmthread03/Makefile.am: Remove obsolete optional manager capability. --- testsuites/psxtmtests/psxtmthread03/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuites/psxtmtests/psxtmthread03') diff --git a/testsuites/psxtmtests/psxtmthread03/Makefile.am b/testsuites/psxtmtests/psxtmthread03/Makefile.am index 46a4de404a..cd7680ff31 100644 --- a/testsuites/psxtmtests/psxtmthread03/Makefile.am +++ b/testsuites/psxtmtests/psxtmthread03/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## -MANAGERS = all rtems_tests_PROGRAMS = psxtmthread03 psxtmthread03_SOURCES = init.c ../../tmtests/include/timesys.h \ @@ -20,7 +19,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/../tmtests/include AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT) AM_CPPFLAGS += -I$(top_srcdir)/../support/include -LINK_OBJS = $(psxtmthread03_OBJECTS) $(psxtmthread03_LDADD) +LINK_OBJS = $(psxtmthread03_OBJECTS) LINK_LIBS = $(psxtmthread03_LDLIBS) psxtmthread03$(EXEEXT): $(psxtmthread03_OBJECTS) $(psxtmthread03_DEPENDENCIES) -- cgit v1.2.3