From c9cbbe2290c59254f752cabc37e248f2d57aed90 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:21:36 +0000 Subject: 2001-09-22 Ralf Corsepius * 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. --- c/src/tests/samples/ChangeLog | 6 ++++++ c/src/tests/samples/minimum/Makefile.am | 2 +- c/src/tests/samples/sample.am | 2 +- testsuites/samples/ChangeLog | 6 ++++++ testsuites/samples/minimum/Makefile.am | 2 +- testsuites/samples/sample.am | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog index 6c6a794f50..e07c5cbab7 100644 --- a/c/src/tests/samples/ChangeLog +++ b/c/src/tests/samples/ChangeLog @@ -1,3 +1,9 @@ +2001-09-22 Ralf Corsepius + + * 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. + 2001-09-19 Ralf Corsepius * unlimited/Makefile.am: include leaf.am instead of leaf.cfg. diff --git a/c/src/tests/samples/minimum/Makefile.am b/c/src/tests/samples/minimum/Makefile.am index db0f560028..971ea9eaf7 100644 --- a/c/src/tests/samples/minimum/Makefile.am +++ b/c/src/tests/samples/minimum/Makefile.am @@ -30,7 +30,7 @@ include $(top_srcdir)/sample.am # all-local: ${ARCH} $(TMPINSTALL_FILES) - # This test should not be executed +# This test should not be executed ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/c/src/tests/samples/sample.am b/c/src/tests/samples/sample.am index 3cedb36a32..8ea5642da1 100644 --- a/c/src/tests/samples/sample.am +++ b/c/src/tests/samples/sample.am @@ -13,7 +13,7 @@ $(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES += \ +TMPINSTALL_FILES = \ $(project_bspdir)/tests \ $(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \ $(project_bspdir)/samples \ diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 6c6a794f50..e07c5cbab7 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,9 @@ +2001-09-22 Ralf Corsepius + + * 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. + 2001-09-19 Ralf Corsepius * unlimited/Makefile.am: include leaf.am instead of leaf.cfg. diff --git a/testsuites/samples/minimum/Makefile.am b/testsuites/samples/minimum/Makefile.am index db0f560028..971ea9eaf7 100644 --- a/testsuites/samples/minimum/Makefile.am +++ b/testsuites/samples/minimum/Makefile.am @@ -30,7 +30,7 @@ include $(top_srcdir)/sample.am # all-local: ${ARCH} $(TMPINSTALL_FILES) - # This test should not be executed +# This test should not be executed ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am index 3cedb36a32..8ea5642da1 100644 --- a/testsuites/samples/sample.am +++ b/testsuites/samples/sample.am @@ -13,7 +13,7 @@ $(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(INSTALL_PROGRAM) $< $@ -TMPINSTALL_FILES += \ +TMPINSTALL_FILES = \ $(project_bspdir)/tests \ $(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \ $(project_bspdir)/samples \ -- cgit v1.2.3