summaryrefslogtreecommitdiffstats
path: root/testsuites/samples
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 /testsuites/samples
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 'testsuites/samples')
-rw-r--r--testsuites/samples/ChangeLog6
-rw-r--r--testsuites/samples/minimum/Makefile.am2
-rw-r--r--testsuites/samples/sample.am2
3 files changed, 8 insertions, 2 deletions
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 <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.
+
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 \