summaryrefslogtreecommitdiffstats
path: root/c/src/tests/tmitrontests/tmitrontests.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:40 +0000
commitadc0511283f202603afa4ef76ef3f928f4ef0820 (patch)
tree147eef076b438bf4e551cde5e053f5626c21068a /c/src/tests/tmitrontests/tmitrontests.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-adc0511283f202603afa4ef76ef3f928f4ef0820.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
Diffstat (limited to 'c/src/tests/tmitrontests/tmitrontests.am')
-rw-r--r--c/src/tests/tmitrontests/tmitrontests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/tmitrontests/tmitrontests.am b/c/src/tests/tmitrontests/tmitrontests.am
index a52c6f0e95..c17e0fac5f 100644
--- a/c/src/tests/tmitrontests/tmitrontests.am
+++ b/c/src/tests/tmitrontests/tmitrontests.am
@@ -8,6 +8,6 @@ $(project_bspdir)/tests:
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@
-TMPINSTALL_FILES += \
+TMPINSTALL_FILES = \
$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe