summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spclockget/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spclockget/Makefile.am')
-rw-r--r--testsuites/sptests/spclockget/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/sptests/spclockget/Makefile.am b/testsuites/sptests/spclockget/Makefile.am
index 7dc662a291..b659397aff 100644
--- a/testsuites/sptests/spclockget/Makefile.am
+++ b/testsuites/sptests/spclockget/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = spclockget
spclockget_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
-spclockget_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(spclockget_OBJECTS) $(spclockget_LDADD)
+LINK_OBJS = $(spclockget_OBJECTS)
LINK_LIBS = $(spclockget_LDLIBS)
spclockget$(EXEEXT): $(spclockget_OBJECTS) $(spclockget_DEPENDENCIES)