summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/src/tests/libtests/ChangeLog5
-rw-r--r--c/src/tests/libtests/libtests.am2
-rw-r--r--c/src/tests/libtests/rtems++/Makefile.am2
3 files changed, 6 insertions, 3 deletions
diff --git a/c/src/tests/libtests/ChangeLog b/c/src/tests/libtests/ChangeLog
index 0442b9ba8a..a5f80104f3 100644
--- a/c/src/tests/libtests/ChangeLog
+++ b/c/src/tests/libtests/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
diff --git a/c/src/tests/libtests/libtests.am b/c/src/tests/libtests/libtests.am
index a52c6f0e95..c17e0fac5f 100644
--- a/c/src/tests/libtests/libtests.am
+++ b/c/src/tests/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
diff --git a/c/src/tests/libtests/rtems++/Makefile.am b/c/src/tests/libtests/rtems++/Makefile.am
index e51cca36f7..408fef5c04 100644
--- a/c/src/tests/libtests/rtems++/Makefile.am
+++ b/c/src/tests/libtests/rtems++/Makefile.am
@@ -33,8 +33,6 @@ include $(top_srcdir)/libtests.am
# (OPTIONAL) Add local stuff here using +=
#
-LD_LIBS += $(CPLUS_LD_LIBS)
-
if HAS_CXX
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)