From de35b5116ff5fcee565acc524f859530efbdf496 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 31 Aug 2007 19:44:34 +0000 Subject: 2007-08-31 Joel Sherrill * capture/Makefile.am: Fix typo -- not unlimited. --- testsuites/samples/capture/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples/capture') diff --git a/testsuites/samples/capture/Makefile.am b/testsuites/samples/capture/Makefile.am index 6a22fbafa2..f47b42a450 100644 --- a/testsuites/samples/capture/Makefile.am +++ b/testsuites/samples/capture/Makefile.am @@ -14,7 +14,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am -unlimited_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) +capture_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) LINK_OBJS = $(capture_exe_OBJECTS) $(capture_exe_LDADD) LINK_LIBS = $(capture_exe_LDLIBS) -- cgit v1.2.3