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/sample.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/tests/samples/sample.am') 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 \ -- cgit v1.2.3