diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-11 14:06:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-11 14:06:06 +0000 |
commit | 45f83eeb35e5bffa8b9c8f22ec8e0281f4013a7b (patch) | |
tree | 44f577c022ab17df421e63aa8b400e6bbb493314 /libc/sysdeps/linux/mips/Makefile | |
parent | a0093346f3b7a919faa196f1de0a0b9f84eac40d (diff) |
Kill this stale file
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 df6a59868..a3fe845e8 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 clone.S #fork.S +SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c _mmap.c pipe.c __syscall_error.c |