From cf4328b16efe844461420da58f4f0b0f75964418 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 26 Oct 2000 07:12:49 +0000 Subject: Add some more stuff -- {get|set}mntent, getline, getdelim, etc. --- libc/sysdeps/linux/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/Makefile') diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index 3fac77e5f..a78ecf8f9 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -20,9 +20,6 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. -# Figure out what arch to build... -ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e 's/arm.*/arm/g') - DIRS = $(ARCH) common all: libc.a -- cgit v1.2.3