summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/libtests.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:37 +0000
commit99139ff19cdeb775cd61c363b84ea63399a838bb (patch)
tree84d0eec5d9b1bc4f3fb8ad251ddea11f281a6215 /testsuites/libtests/libtests.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-99139ff19cdeb775cd61c363b84ea63399a838bb.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile: Remove LD_LIBS.
Diffstat (limited to 'testsuites/libtests/libtests.am')
-rw-r--r--testsuites/libtests/libtests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/libtests.am b/testsuites/libtests/libtests.am
index a52c6f0e95..c17e0fac5f 100644
--- a/testsuites/libtests/libtests.am
+++ b/testsuites/libtests/libtests.am
@@ -8,6 +8,6 @@ $(project_bspdir)/tests:
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@
-TMPINSTALL_FILES += \
+TMPINSTALL_FILES = \
$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe