summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests/tmitrontests.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmitrontests/tmitrontests.am')
-rw-r--r--testsuites/tmitrontests/tmitrontests.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am
index 1c524fa4b2..215a4086f5 100644
--- a/testsuites/tmitrontests/tmitrontests.am
+++ b/testsuites/tmitrontests/tmitrontests.am
@@ -2,12 +2,12 @@
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
-$(project_bspdir)/tests:
- @$(mkdir_p) $@
+$(project_bspdir)/tests/$(dirstamp):
+ @$(mkdir_p) $(project_bspdir)/tests
+ @: > $(project_bspdir)/tests/$(dirstamp)
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
+$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
TMPINSTALL_FILES = \
-$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe