diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-15 08:52:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-15 08:52:38 +0000 |
commit | 084192da07a63fdde5253262b9c5b101a23a26ee (patch) | |
tree | 4a833b306ea6750b1489df49e40b1a47ee4b793d /libc/sysdeps/linux/sh64/Makefile | |
parent | d1480e0498945ac91c7f7eddee78240366129080 (diff) |
Use the generic fork implementation on sh64
Diffstat (limited to 'libc/sysdeps/linux/sh64/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |