From f2dad582692fee256b79dadbf398d3372d4bda56 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 25 Apr 2011 16:29:47 -0400 Subject: Fixed test on x86 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 6ac6da6..a7fafde 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,7 @@ bad_SOURCES = bad.c bad_DEPENDENCIES = test-bad.o bad_LDADD = test-bad.o -ARCH = $(shell uname -m) +ARCH = $(shell uname -m | sed -e 's/i./x/') test-bad.o: test-bad64.asm test-bad32.asm [[ "$(ARCH)" == "x86" ]] && yasm -f elf -m x86 test-bad32.asm && mv test-bad32.o test-bad.o || true -- cgit v1.2.3-65-gdbad