From f8c4b3ad2fcebf7c7932d01896a33c839b6fb54d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 17 Oct 2000 18:21:26 +0000 Subject: Better syscall building mechanism --- libc/sysdeps/linux/i386/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/i386/Makefile') diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index e4df92b8f..695450961 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -26,8 +26,7 @@ LIBC=$(TOPDIR)libc.a ASFLAGS=$(CFLAGS) ASMSRC=syscalls.S -#The file makefile.objs defines $(ASMOBJS) -include makefile.objs +ASMOBJS=$(shell ./list_syscalls.sh) SSRC=_start.S setjmp.S longjmp.S #fork.S #clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -- cgit v1.2.3