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/ChangeLog | 4 ++++ testsuites/sptests/sptests.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests') diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 4f85b64b7f..87d019bdab 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2005-11-07 Ralf Corsepius + + * sptests.am: Remove LIB_VARIANT. + 2005-11-07 Ralf Corsepius * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.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