summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/sample.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index 4242d45af9..6d68d8bd85 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * sample.am: Remove LIB_VARIANT.
+
+2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
base_sp/Makefile.am, cdtest/Makefile.am, fileio/Makefile.am,
hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am,
diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am
index dc942ad362..7ee87695f8 100644
--- a/testsuites/samples/sample.am
+++ b/testsuites/samples/sample.am
@@ -9,14 +9,14 @@ $(project_bspdir)/tests/$(dirstamp):
@$(mkdir_p) $(project_bspdir)/tests
@: > $(project_bspdir)/tests/$(dirstamp)
-$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
+$(project_bspdir)/samples/$(SAMPLE).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
-$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
+$(project_bspdir)/tests/$(SAMPLE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
$(INSTALL_PROGRAM) $< $@
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \
-$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe
+$(project_bspdir)/tests/$(SAMPLE).exe \
+$(project_bspdir)/samples/$(SAMPLE).exe