summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp36/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp36/Makefile.am')
-rw-r--r--testsuites/sptests/sp36/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/sptests/sp36/Makefile.am b/testsuites/sptests/sp36/Makefile.am
index 447436bb5c..b2cadd174b 100644
--- a/testsuites/sptests/sp36/Makefile.am
+++ b/testsuites/sptests/sp36/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = sp36
sp36_SOURCES = strict_order_mut.c
@@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(sp36_OBJECTS) $(sp36_LDADD)
+LINK_OBJS = $(sp36_OBJECTS)
LINK_LIBS = $(sp36_LDLIBS)
sp36$(EXEEXT): $(sp36_OBJECTS) $(sp36_DEPENDENCIES)