From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RAkVV-0001sl-72 for garchives@archives.gentoo.org; Mon, 03 Oct 2011 15:32:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0F9221C035; Mon, 3 Oct 2011 15:32:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ABA0421C035 for ; Mon, 3 Oct 2011 15:32:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D8A61B4002 for ; Mon, 3 Oct 2011 15:32:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6A11D80042 for ; Mon, 3 Oct 2011 15:32:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <5fd12c4eb1c823348d86c70d261f42f202f06856.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: tests/ X-VCS-Repository: proj/elfix X-VCS-Files: tests/Makefile.am X-VCS-Directories: tests/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5fd12c4eb1c823348d86c70d261f42f202f06856 Date: Mon, 3 Oct 2011 15:32:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 91de58e396a9bf015164815fcfffc2d2 commit: 5fd12c4eb1c823348d86c70d261f42f202f06856 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Oct 3 15:32:25 2011 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Oct 3 15:32:25 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/elfix.git;a=3D= commit;h=3D5fd12c4e tests/Makefile.am: fixes 'make check' in dist tarball --- tests/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 59bf905..b0b054f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,6 +3,8 @@ bad_gnustack_SOURCES =3D bad-gnustack.c bad_gnustack_DEPENDENCIES =3D bad-asm.o bad_gnustack_LDADD =3D bad-asm.o =20 +EXTRA_DIST =3D bad64.asm bad32.asm + ARCH =3D $(shell uname -m | sed -e 's/i./x/') =20 bad-asm.o: bad64.asm bad32.asm