summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmkey01
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmkey01')
-rw-r--r--testsuites/psxtmtests/psxtmkey01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmkey01/Makefile.am b/testsuites/psxtmtests/psxtmkey01/Makefile.am
index 290b76c74c..dbe684de23 100644
--- a/testsuites/psxtmtests/psxtmkey01/Makefile.am
+++ b/testsuites/psxtmtests/psxtmkey01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxtmkey01
psxtmkey01_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 = $(psxtmkey01_OBJECTS) $(psxtmkey01_LDADD)
+LINK_OBJS = $(psxtmkey01_OBJECTS)
LINK_LIBS = $(psxtmkey01_LDLIBS)
psxtmkey01$(EXEEXT): $(psxtmkey01_OBJECTS) $(psxtmkey01_DEPENDENCIES)