summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/capture
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-31 19:44:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-08-31 19:44:34 +0000
commitde35b5116ff5fcee565acc524f859530efbdf496 (patch)
tree2a44897f089037ce5b41ce25a1459837b0f690ba /testsuites/samples/capture
parentBINUTILS_VERS = 2.18. (diff)
downloadrtems-de35b5116ff5fcee565acc524f859530efbdf496.tar.bz2
2007-08-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* capture/Makefile.am: Fix typo -- not unlimited.
Diffstat (limited to 'testsuites/samples/capture')
-rw-r--r--testsuites/samples/capture/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)