summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmtests.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:28:48 +0000
commit366867bf023d89a801601393f05857cd7e9b3b71 (patch)
treeebb2cedbb1414eeaf834b560662f0cf7509a4e34 /testsuites/tmtests/tmtests.am
parent2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-366867bf023d89a801601393f05857cd7e9b3b71.tar.bz2
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
Diffstat (limited to '')
-rw-r--r--testsuites/tmtests/tmtests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am
index a52c6f0e95..c17e0fac5f 100644
--- a/testsuites/tmtests/tmtests.am
+++ b/testsuites/tmtests/tmtests.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