summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/mptests/mptests.am2
-rw-r--r--testsuites/psxtests/psxtests.am2
-rw-r--r--testsuites/tmitrontests/tmitrontests.am2
-rw-r--r--testsuites/tmtests/tmtests.am2
4 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/mptests/mptests.am b/testsuites/mptests/mptests.am
index 876b60280a..8eea5cb584 100644
--- a/testsuites/mptests/mptests.am
+++ b/testsuites/mptests/mptests.am
@@ -16,6 +16,8 @@ $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
$(INSTALL_DATA) $< $@
+$(PGM): ${ARCH}/$(dirstamp)
+
TMPINSTALL_FILES = \
$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
diff --git a/testsuites/psxtests/psxtests.am b/testsuites/psxtests/psxtests.am
index d5b3357e33..e121695fe0 100644
--- a/testsuites/psxtests/psxtests.am
+++ b/testsuites/psxtests/psxtests.am
@@ -16,6 +16,8 @@ $(project_bspdir)/tests/screens/psxtests/$(dirstamp):
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
$(INSTALL_DATA) $< $@
+$(PGM): ${ARCH}/$(dirstamp)
+
TMPINSTALL_FILES = \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn
diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am
index 215a4086f5..4af5e4689f 100644
--- a/testsuites/tmitrontests/tmitrontests.am
+++ b/testsuites/tmitrontests/tmitrontests.am
@@ -9,5 +9,7 @@ $(project_bspdir)/tests/$(dirstamp):
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
+$(PGM): ${ARCH}/$(dirstamp)
+
TMPINSTALL_FILES = \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am
index 215a4086f5..4af5e4689f 100644
--- a/testsuites/tmtests/tmtests.am
+++ b/testsuites/tmtests/tmtests.am
@@ -9,5 +9,7 @@ $(project_bspdir)/tests/$(dirstamp):
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
+$(PGM): ${ARCH}/$(dirstamp)
+
TMPINSTALL_FILES = \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe