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