diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-16 20:16:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-16 20:16:20 +0000 |
commit | d521a0323b6c2549c8c518e490e42cc3b2c6c970 (patch) | |
tree | 54443909988f37d4c13f2a5dacd0975f8e75182e /libc/sysdeps/linux/mips/Makefile | |
parent | a0a890144405a9059544604fe40240b1bcfce97a (diff) |
Several mips cleanups/additons from Geoffrey Espin.
Diffstat (limited to 'libc/sysdeps/linux/mips/Makefile')
-rw-r--r-- | libc/sysdeps/linux/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index b0bc87297..4875f334f 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -33,7 +33,7 @@ CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S #fork.S clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=__longjmp.c brk.c +CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(MOBJ) $(COBJS) |