summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:27:14 +0000
commita2c13f07bf3c03dee877925322a8d8e6afad7007 (patch)
tree57984239ee12b5eab9b3719402dd6151756e1ac8 /c/src/tests
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a2c13f07bf3c03dee877925322a8d8e6afad7007.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/itrontests/ChangeLog4
-rw-r--r--c/src/tests/itrontests/itrontests.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/tests/itrontests/ChangeLog b/c/src/tests/itrontests/ChangeLog
index b58e398313..d58781e503 100644
--- a/c/src/tests/itrontests/ChangeLog
+++ b/c/src/tests/itrontests/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
+
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
diff --git a/c/src/tests/itrontests/itrontests.am b/c/src/tests/itrontests/itrontests.am
index 0262091454..5c42df4f19 100644
--- a/c/src/tests/itrontests/itrontests.am
+++ b/c/src/tests/itrontests/itrontests.am
@@ -17,7 +17,7 @@ $(project_bspdir)/tests/screens/itrontests:
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn
$(INSTALL_DATA) $< $@
-TMPINSTALL_FILES += \
+TMPINSTALL_FILES = \
$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
$(project_bspdir)/tests/screens \