summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtmtests/psxtmnanosleep02/Makefile.am')
-rw-r--r--testsuites/psxtmtests/psxtmnanosleep02/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
index 45b270a2b7..c44d76e4ab 100644
--- a/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
+++ b/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxtmnanosleep02
psxtmnanosleep02_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 = $(psxtmnanosleep02_OBJECTS) $(psxtmnanosleep02_LDADD)
+LINK_OBJS = $(psxtmnanosleep02_OBJECTS)
LINK_LIBS = $(psxtmnanosleep02_LDLIBS)
psxtmnanosleep02$(EXEEXT): $(psxtmnanosleep02_OBJECTS) $(psxtmnanosleep02_DEPENDENCIES)