summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxpasswd02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxpasswd02/Makefile.am')
-rw-r--r--testsuites/psxtests/psxpasswd02/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxpasswd02/Makefile.am b/testsuites/psxtests/psxpasswd02/Makefile.am
index f0ba1e4a8b..84e1c069e4 100644
--- a/testsuites/psxtests/psxpasswd02/Makefile.am
+++ b/testsuites/psxtests/psxpasswd02/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = psxpasswd02
psxpasswd02_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 = $(psxpasswd02_OBJECTS) $(psxpasswd02_LDADD)
+LINK_OBJS = $(psxpasswd02_OBJECTS)
LINK_LIBS = $(psxpasswd02_LDLIBS)
psxpasswd02$(EXEEXT): $(psxpasswd02_OBJECTS) $(psxpasswd02_DEPENDENCIES)