From 44e205c90c74d400fc096e0e5bd10add1db8a72e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 23 Oct 2000 17:08:59 +0000 Subject: Another bug fix. ioctl lacked a ; --- libc/sysdeps/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/Makefile') diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index 1440898b5..3fac77e5f 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -21,7 +21,7 @@ # respective copyright holders. # Figure out what arch to build... -ARCH = $(shell uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/') +ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e 's/arm.*/arm/g') DIRS = $(ARCH) common -- cgit v1.2.3