diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2005-08-03 01:14:43 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2005-08-03 01:14:43 +0000 |
commit | e451f991945cdd33001b7d934cd48a990283ebcc (patch) | |
tree | 7eddd47fbc28cb1080bcfa481ec49859770089a4 /libc/sysdeps/linux/mips/Makefile | |
parent | b1fdcac7a55ed37f7dcc95d750142201acb6592c (diff) |
Update from (older) glibc code.
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 6f969de64..82484c0e7 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -28,7 +28,7 @@ SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S pipe.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) CSRC=__longjmp.c brk.c setjmp_aux.c mmap.c __syscall_error.c \ - cacheflush.c pread_write.c sysmips.c _test_and_set.c #sigaction.c + cacheflush.c pread_write.c sysmips.c _test_and_set.c sigaction.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |