diff options
Diffstat (limited to 'tests/Makefile.in')
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 5413610..8cd33b6 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -152,7 +152,7 @@ good_SOURCES = good.c 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/') check_SCRIPTS = test.sh TEST = $(check_SCRIPTS) CLEANFILES = test-bad.o test.sh |