summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:42:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:42:28 +0000
commitcd1b4bfc803d6036d4171b61039e54b352530779 (patch)
treeb455ba1049a8141c3ad5eecdfec4799933904348 /testsuites/sptests
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd1b4bfc803d6036d4171b61039e54b352530779.tar.bz2
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* sptests.am: Remove LIB_VARIANT.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/sptests.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 4f85b64b7f..87d019bdab 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * sptests.am: Remove LIB_VARIANT.
+
+2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
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