From d521a0323b6c2549c8c518e490e42cc3b2c6c970 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 16 Feb 2002 20:16:20 +0000 Subject: Several mips cleanups/additons from Geoffrey Espin. --- libc/sysdeps/linux/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips/Makefile') 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) -- cgit v1.2.3