summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:41:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:41:56 +0000
commitb4dd03cf29944321bcf044a855a534ff696f5c25 (patch)
tree78554e4ac7ff782e93a177d20eeb27120f6c78e1 /testsuites/psxtests
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b4dd03cf29944321bcf044a855a534ff696f5c25.tar.bz2
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* psxtests.am: Remove LIB_VARIANT.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/ChangeLog4
-rw-r--r--testsuites/psxtests/psxtests.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index d2c65ced01..de4083327f 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * psxtests.am: Remove LIB_VARIANT.
+
+2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
diff --git a/testsuites/psxtests/psxtests.am b/testsuites/psxtests/psxtests.am
index e121695fe0..bafda89c53 100644
--- a/testsuites/psxtests/psxtests.am
+++ b/testsuites/psxtests/psxtests.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/psxtests/$(dirstamp):
@@ -19,5 +19,5 @@ $(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspd
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
+$(project_bspdir)/tests/$(TEST).exe \
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn