From 87108d9ffaa3e4d4bc761453de093011e0d3398d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 29 Oct 2000 05:47:04 +0000 Subject: Fix up stat so we translate from kernel stat to libc stat. Try to fix up a few little things with dir entry reading. busybox now compiles, and seems to basically work... :-) -Erik --- libc/sysdeps/linux/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/i386') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index 018ac653a..b75c4dd72 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -28,7 +28,7 @@ ASFLAGS=$(CFLAGS) SSRC=_start.S longjmp.S setjmp.S #_start.S #clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=readdir.c #select.c +CSRC=#select.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) -- cgit v1.2.3