summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:19 +0000
commitc3b74f68203f01585674ed80fd761d1d2fbea384 (patch)
tree33d1c11d590bce03c29a19b039a27b5329ec1e5a /testsuites
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c3b74f68203f01585674ed80fd761d1d2fbea384.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* minimum/Makefile.am: Fix comments to make automake-1.5 happy. * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * cdtest/Makefile.am: Remove LD_LIBS.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/samples/cdtest/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/samples/cdtest/Makefile.am b/testsuites/samples/cdtest/Makefile.am
index 51f1258f59..4c68c3b7e5 100644
--- a/testsuites/samples/cdtest/Makefile.am
+++ b/testsuites/samples/cdtest/Makefile.am
@@ -36,8 +36,6 @@ include $(top_srcdir)/sample.am
#
if HAS_CXX
-LD_LIBS += $(CPLUS_LD_LIBS)
-
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)