diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-30 22:10:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-30 22:10:39 +0000 |
commit | 9ecc494576e2b20848134ca40c8a57798142c4a8 (patch) | |
tree | 874f9589eb8cb25c472932589ac6e981bc504520 /libc/sysdeps/linux/powerpc/Makefile | |
parent | d0042aef4d627207e8fa338a7cd6c0c073690a15 (diff) |
Andrew May writes:
Here are some simple fixes for things that broke for PPC with
the recent syscall cleanup. I am not sure they are correct but
they seem pretty trivial.
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile b/libc/sysdeps/linux/powerpc/Makefile index 944a5ca5d..5365e3f38 100644 --- a/libc/sysdeps/linux/powerpc/Makefile +++ b/libc/sysdeps/linux/powerpc/Makefile @@ -32,7 +32,7 @@ SSRC+=mcount.S endif SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=_mmap.c vfork.c __syscall_error.c pread_write.c ioctl.c +CSRC=mmap.c vfork.c __syscall_error.c pread_write.c ioctl.c COBJS=$(patsubst %.c,%.o, $(CSRC)) OBJS=$(SOBJS) $(COBJS) |