summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:40:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:40:52 +0000
commita93b54819768f3516be302274b2db64ff0d5d547 (patch)
treeca3bb2c7a21d10e7c80bd3d09b611e87c6b86264 /testsuites/itrontests
parentCleanup (diff)
downloadrtems-a93b54819768f3516be302274b2db64ff0d5d547.tar.bz2
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* itrontests.am: Remove LIB_VARIANT.
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog4
-rw-r--r--testsuites/itrontests/itrontests.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index e1168c3f58..36470405ca 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * itrontests.am: Remove LIB_VARIANT.
+
+2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* itronhello/Makefile.am, itronmbf01/Makefile.am,
itronmbox01/Makefile.am, itronsem01/Makefile.am,
itrontask01/Makefile.am, itrontask02/Makefile.am,
diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am
index a1839f21df..84841f4a6f 100644
--- a/testsuites/itrontests/itrontests.am
+++ b/testsuites/itrontests/itrontests.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/itrontests/$(dirstamp):
@@ -19,5 +19,5 @@ $(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bs
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
+$(project_bspdir)/tests/$(TEST).exe \
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn