summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmsem03/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmsem03/Makefile.am')
-rw-r--r--testsuites/psxtmtests/psxtmsem03/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmsem03/Makefile.am b/testsuites/psxtmtests/psxtmsem03/Makefile.am
index aa8603ae79..f217bebe14 100644
--- a/testsuites/psxtmtests/psxtmsem03/Makefile.am
+++ b/testsuites/psxtmtests/psxtmsem03/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxtmsem03
psxtmsem03_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 = $(psxtmsem03_OBJECTS) $(psxtmsem03_LDADD)
+LINK_OBJS = $(psxtmsem03_OBJECTS)
LINK_LIBS = $(psxtmsem03_LDLIBS)
psxtmsem03$(EXEEXT): $(psxtmsem03_OBJECTS) $(psxtmsem03_DEPENDENCIES)