From 084192da07a63fdde5253262b9c5b101a23a26ee Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 15 Feb 2004 08:52:38 +0000 Subject: Use the generic fork implementation on sh64 --- libc/sysdeps/linux/sh64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/sh64/Makefile') diff --git a/libc/sysdeps/linux/sh64/Makefile b/libc/sysdeps/linux/sh64/Makefile index 91e607a2c..3480476da 100644 --- a/libc/sysdeps/linux/sh64/Makefile +++ b/libc/sysdeps/linux/sh64/Makefile @@ -32,7 +32,7 @@ CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o SSRC = setjmp.S longjmp.S SOBJS = $(patsubst %.S,%.o, $(SSRC)) -CSRC = fork.c __init_brk.c brk.c sbrk.c syscall.c +CSRC = __init_brk.c brk.c sbrk.c syscall.c COBJS = $(patsubst %.c,%.o, $(CSRC)) OBJS = $(SOBJS) $(COBJS) -- cgit v1.2.3