Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/elfix:elfix-0.2.x commit in: tests/
Date: Mon, 03 Oct 2011 15:48:21
Message-Id: a464e5d90dc21b902ff5e14ad892b50d3ebdb369.blueness@gentoo
1 commit: a464e5d90dc21b902ff5e14ad892b50d3ebdb369
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 15:32:25 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 3 15:41:29 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=a464e5d9
7
8 tests/Makefile.am: fixes 'make check' in dist tarball
9
10 ---
11 tests/Makefile.am | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/tests/Makefile.am b/tests/Makefile.am
15 index 59bf905..b0b054f 100644
16 --- a/tests/Makefile.am
17 +++ b/tests/Makefile.am
18 @@ -3,6 +3,8 @@ bad_gnustack_SOURCES = bad-gnustack.c
19 bad_gnustack_DEPENDENCIES = bad-asm.o
20 bad_gnustack_LDADD = bad-asm.o
21
22 +EXTRA_DIST = bad64.asm bad32.asm
23 +
24 ARCH = $(shell uname -m | sed -e 's/i./x/')
25
26 bad-asm.o: bad64.asm bad32.asm