summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:53 +0000
commit65126558db17d0af776c083c1390173abbd7f095 (patch)
tree42ffabf0e35e4b9b6aaf74ff4961d7a454e95b70 /testsuites
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-65126558db17d0af776c083c1390173abbd7f095.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/mptests/ChangeLog4
-rw-r--r--testsuites/mptests/mptests.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index f1a04dc3f0..804946a07a 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,3 +1,7 @@
+ * mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
+
+2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg.
* mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg.
* mp04/node2/Makefile.am: include leaf.am instead of leaf.cfg.
diff --git a/testsuites/mptests/mptests.am b/testsuites/mptests/mptests.am
index c4580f7854..789e4efaa2 100644
--- a/testsuites/mptests/mptests.am
+++ b/testsuites/mptests/mptests.am
@@ -20,7 +20,7 @@ $(project_bspdir)/tests/screens/mptests/node$(NODE):
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += \
+TMPINSTALL_FILES = \
$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
$(project_bspdir)/tests/screens \