summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/stringto01/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/stringto01/Makefile.am')
-rw-r--r--testsuites/libtests/stringto01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/libtests/stringto01/Makefile.am b/testsuites/libtests/stringto01/Makefile.am
index 35bbe2fb82..c3f0f67d8e 100644
--- a/testsuites/libtests/stringto01/Makefile.am
+++ b/testsuites/libtests/stringto01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-MANAGERS = all
rtems_tests_PROGRAMS = stringto01
stringto01_SOURCES = init.c
@@ -17,7 +16,7 @@ include $(top_srcdir)/../automake/leaf.am
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD)
+LINK_OBJS = $(stringto01_OBJECTS)
LINK_LIBS = $(stringto01_LDLIBS)
stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES)