summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpipe01/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxpipe01/Makefile.am')
-rw-r--r--testsuites/psxtests/psxpipe01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxpipe01/Makefile.am b/testsuites/psxtests/psxpipe01/Makefile.am
index 8e3c1871d1..37d3d70572 100644
--- a/testsuites/psxtests/psxpipe01/Makefile.am
+++ b/testsuites/psxtests/psxpipe01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxpipe01
psxpipe01_SOURCES = init.c ../include/pmacros.h
@@ -18,7 +17,7 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxpipe01_OBJECTS) $(psxpipe01_LDADD)
+LINK_OBJS = $(psxpipe01_OBJECTS)
LINK_LIBS = $(psxpipe01_LDLIBS)
psxpipe01$(EXEEXT): $(psxpipe01_OBJECTS) $(psxpipe01_DEPENDENCIES)