Browse Source

Another bug fix. ioctl lacked a ;

Eric Andersen 24 years ago
parent
commit
44e205c90c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/Makefile

+ 1 - 1
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