diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-07-24 17:29:35 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2002-07-24 17:29:35 +0000 |
commit | bb364bda4be59f9141c1727524ffe459a742ddee (patch) | |
tree | 88e3201349dfe54d47d87fbeda5e16931bc6a520 /libc/sysdeps/linux/mips | |
parent | 006b3fd5c8503b51be482468552c23e56eb84811 (diff) |
Remove source files that, well, no longer exist :).
Diffstat (limited to 'libc/sysdeps/linux/mips')
-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 4f6b806c9..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 __uClibc_syscall.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 |