From cd1b4bfc803d6036d4171b61039e54b352530779 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 7 Nov 2005 12:42:28 +0000 Subject: 2005-11-07 Ralf Corsepius * sptests.am: Remove LIB_VARIANT. --- testsuites/sptests/sptests.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/sptests.am') diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am index 740440a977..afdd09ec77 100644 --- a/testsuites/sptests/sptests.am +++ b/testsuites/sptests/sptests.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/sptests/$(dirstamp): @@ -19,5 +19,5 @@ $(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(project_bspdi $(PGM): ${ARCH}/$(dirstamp) TMPINSTALL_FILES = \ -$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \ +$(project_bspdir)/tests/$(TEST).exe \ $(project_bspdir)/tests/screens/sptests/$(TEST).scn -- cgit v1.2.3