summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/sample.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:21:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:21:36 +0000
commitc9cbbe2290c59254f752cabc37e248f2d57aed90 (patch)
tree5ed0d33f8c661bf9c999ef87195036a32253104d /c/src/tests/samples/sample.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c9cbbe2290c59254f752cabc37e248f2d57aed90.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to '')
-rw-r--r--c/src/tests/samples/sample.am2
1 files changed, 1 insertions, 1 deletions
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 \