From b55c83b6ea876b25589d3c3e0cfd35ceb6649f71 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 12:42:37 +0000 Subject: 2005-11-07 Ralf Corsepius * tmitrontests.am: Remove LIB_VARIANT. --- testsuites/tmitrontests/tmitrontests.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/tmitrontests/tmitrontests.am') diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am index 4af5e4689f..24b042ae04 100644 --- a/testsuites/tmitrontests/tmitrontests.am +++ b/testsuites/tmitrontests/tmitrontests.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 -- cgit v1.2.3