From ed2e8135c5820473f3fc18e2527bdf160f3d66df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 12:41:01 +0000 Subject: [PATCH] 2005-11-07 Ralf Corsepius * libtests.am: Remove LIB_VARIANT. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/libtests.am | 4 ++-- 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,3 +1,7 @@ +2005-11-07 Ralf Corsepius + + * libtests.am: Remove LIB_VARIANT. + 2005-11-07 Ralf Corsepius * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, 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