diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-25 01:30:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-25 01:30:16 +0000 |
commit | 677eb9f98fa6afc485c4c6afcf8b17dcee723f77 (patch) | |
tree | b5a1e6128f0a0db5b5c34e4e96df6c9245ed46a7 /libc/sysdeps/linux/sh/Makefile | |
parent | cebef70d9071eac41765ecc322cd863368fc737f (diff) |
Update for the SH port from Jean-Yves Avenard <jean-yves_avenard@hp.com>
Diffstat (limited to 'libc/sysdeps/linux/sh/Makefile')
-rw-r--r-- | libc/sysdeps/linux/sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index f36dca0fa..d39d3bf40 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -32,10 +32,10 @@ TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S +SSRC=setjmp.S bsd-setjmp.S bsd-_setjmp.S __longjmp.S vfork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=vfork.c _mmap.c longjmp.c jmp-unwind.c +CSRC=_mmap.c longjmp.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |