summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio03/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxaio03/Makefile.am')
-rw-r--r--testsuites/psxtests/psxaio03/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxaio03/Makefile.am b/testsuites/psxtests/psxaio03/Makefile.am
index 18dec984ae..ad623633e7 100644
--- a/testsuites/psxtests/psxaio03/Makefile.am
+++ b/testsuites/psxtests/psxaio03/Makefile.am
@@ -1,5 +1,4 @@
-MANAGERS = all
rtems_tests_PROGRAMS = psxaio03
psxaio03_SOURCES = init.c system.h ../include/pmacros.h
@@ -10,12 +9,11 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-psxaio03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/include
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(psxaio03_OBJECTS) $(psxaio03_LDADD)
+LINK_OBJS = $(psxaio03_OBJECTS)
LINK_LIBS = $(psxaio02_LDLIBS)
psxaio03$(EXEEXT): $(psxaio03_OBJECTS) $(psxaio03_DEPENDENCIES)