From 5118b901062861e5e5fca2cf2acc36fd26ebf8f6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 15 Feb 2004 09:43:03 +0000 Subject: Cris can use the generic vfork --- libc/sysdeps/linux/cris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/cris/Makefile') diff --git a/libc/sysdeps/linux/cris/Makefile b/libc/sysdeps/linux/cris/Makefile index 095e8815c..1b5735e9b 100644 --- a/libc/sysdeps/linux/cris/Makefile +++ b/libc/sysdeps/linux/cris/Makefile @@ -30,7 +30,7 @@ ifeq ($(UNIFIED_SYSCALL),y) endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC= __init_brk.c brk.c sbrk.c vfork.c +CSRC= __init_brk.c brk.c sbrk.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) -- cgit v1.2.3