diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-03 03:23:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-03 03:23:20 +0000 |
commit | a0446356a9b382bc52504442731cd0d7a6d937eb (patch) | |
tree | 229bdd19e5bb9114f215cc625f86357fd7417e1c /libc/sysdeps/linux/mips/Makefile | |
parent | fc465161b6c07f5838c2ec6dd822944c39fa77bb (diff) |
Fix clone so it compiles
-Erik
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 15bdf9b1b..80694efc9 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -30,7 +30,7 @@ TARGET_MACHINE_TYPE=$(shell $(CC) -dumpmachine) CRT0=crt0.S CRT0_OBJ=$(patsubst %.S,%.o, $(CRT0)) -SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S #fork.S clone.S +SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S #fork.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c _mmap.c pipe.c |