summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:41:01 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-07 12:41:01 +0000
commited2e8135c5820473f3fc18e2527bdf160f3d66df (patch)
treebb63f8e50467b2511ae93f601139f76f942e5cff /testsuites/libtests
parent2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ed2e8135c5820473f3fc18e2527bdf160f3d66df.tar.bz2
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* libtests.am: Remove LIB_VARIANT.
Diffstat (limited to 'testsuites/libtests')
-rw-r--r--testsuites/libtests/ChangeLog4
-rw-r--r--testsuites/libtests/libtests.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 542268e3b0..106dc8feea 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,9 @@
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * libtests.am: Remove LIB_VARIANT.
+
+2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
diff --git a/testsuites/libtests/libtests.am b/testsuites/libtests/libtests.am
index 4af5e4689f..24b042ae04 100644
--- a/testsuites/libtests/libtests.am
+++ b/testsuites/libtests/libtests.am
@@ -6,10 +6,10 @@ $(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) $< $@
$(PGM): ${ARCH}/$(dirstamp)
TMPINSTALL_FILES = \
-$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
+$(project_bspdir)/tests/$(TEST).exe