From 99139ff19cdeb775cd61c363b84ea63399a838bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:27:37 +0000 Subject: 2001-09-22 Ralf Corsepius * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. * rtems++/Makefile: Remove LD_LIBS. --- c/src/tests/libtests/ChangeLog | 5 +++++ c/src/tests/libtests/libtests.am | 2 +- c/src/tests/libtests/rtems++/Makefile.am | 2 -- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'c') 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 + + * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. + * rtems++/Makefile: Remove LD_LIBS. + 2001-09-19 Ralf Corsepius * 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) -- cgit v1.2.3