summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp53/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp53/Makefile.am')
-rw-r--r--testsuites/sptests/sp53/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/sptests/sp53/Makefile.am b/testsuites/sptests/sp53/Makefile.am
index 83861ced6f..738ac63f4f 100644
--- a/testsuites/sptests/sp53/Makefile.am
+++ b/testsuites/sptests/sp53/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = sp53
sp53_SOURCES = ../sp52/init.c
@@ -14,12 +13,11 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-sp53_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -DUSE_TIMER_SERVER
-LINK_OBJS = $(sp53_OBJECTS) $(sp53_LDADD)
+LINK_OBJS = $(sp53_OBJECTS)
LINK_LIBS = $(sp53_LDLIBS)
sp53$(EXEEXT): $(sp53_OBJECTS) $(sp53_DEPENDENCIES)