summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptests.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sptests.am')
-rw-r--r--testsuites/sptests/sptests.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am
index 740440a977..afdd09ec77 100644
--- a/testsuites/sptests/sptests.am
+++ b/testsuites/sptests/sptests.am
@@ -6,7 +6,7 @@ $(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
+$(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens/sptests/$(dirstamp):
@@ -19,5 +19,5 @@ $(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdi
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
+$(project_bspdir)/tests/$(TEST).exe \
$(project_bspdir)/tests/screens/sptests/$(TEST).scn