diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 4242d45af9..6d68d8bd85 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2005-11-07 Ralf Corsepius + + * sample.am: Remove LIB_VARIANT. + 2005-11-07 Ralf Corsepius * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am, diff --git a/testsuites/samples/sample.am b/testsuites/samples/sample.am index dc942ad362..7ee87695f8 100644 --- a/testsuites/samples/sample.am +++ b/testsuites/samples/sample.am @@ -9,14 +9,14 @@ $(project_bspdir)/tests/$(dirstamp): @$(mkdir_p) $(project_bspdir)/tests @: > $(project_bspdir)/tests/$(dirstamp) -$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp) +$(project_bspdir)/samples/$(SAMPLE).exe: $(PGM) $(project_bspdir)/samples/$(dirstamp) $(INSTALL_PROGRAM) $< $@ -$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) +$(project_bspdir)/tests/$(SAMPLE).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ $(PGM): ${ARCH}/$(dirstamp) TMPINSTALL_FILES = \ -$(project_bspdir)/tests/$(SAMPLE)$(LIB_VARIANT).exe \ -$(project_bspdir)/samples/$(SAMPLE)$(LIB_VARIANT).exe +$(project_bspdir)/tests/$(SAMPLE).exe \ +$(project_bspdir)/samples/$(SAMPLE).exe