From 56e5d28c812ad3851c02d20df93cd6f00ada64bb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 10 Aug 2000 19:47:55 +0000 Subject: More stuff. Down to only 43 missing functions before BusyBox will link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik --- libc/sysdeps/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 4db2b57fc..57fed3bf4 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -15,7 +15,7 @@ LIBC=$(TOPDIR)libc.a $(CC) $(CFLAGS) -c -o $*.o $< SSRC=syscalls.S -OBJ= setjmp.o longjmp.o readdir.o _start.o _exit.o #select.o +OBJ= setjmp.o longjmp.o readdir.o _start.o _exit.o fork.o #select.o include makefile.objs all: $(LIBC) -- cgit v1.2.3