summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxfile02/Makefile.am')
-rw-r--r--testsuites/psxtests/psxfile02/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxfile02/Makefile.am b/testsuites/psxtests/psxfile02/Makefile.am
index 73f82c01ab..e0c397dcf1 100644
--- a/testsuites/psxtests/psxfile02/Makefile.am
+++ b/testsuites/psxtests/psxfile02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxfile02
psxfile02_SOURCES = init.c ../../support/src/spin.c
@@ -16,7 +15,7 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxfile02_OBJECTS) $(psxfile02_LDADD)
+LINK_OBJS = $(psxfile02_OBJECTS)
LINK_LIBS = $(psxfile02_LDLIBS)
psxfile02$(EXEEXT): $(psxfile02_OBJECTS) $(psxfile02_DEPENDENCIES)