From 154a02f52a9d23f6769e159c2af39ea68f9b9d9e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 5 Feb 2004 02:17:02 +0000 Subject: Use 'mmap.c' instead of '_mmap.c' --- libc/sysdeps/linux/mips/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/mips/Makefile') diff --git a/libc/sysdeps/linux/mips/Makefile b/libc/sysdeps/linux/mips/Makefile index 114e36964..fbecd13fd 100644 --- a/libc/sysdeps/linux/mips/Makefile +++ b/libc/sysdeps/linux/mips/Makefile @@ -27,7 +27,7 @@ CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S fork.S syscall.S pipe.S SOBJS=$(patsubst %.S,%.o, $(SSRC)) -CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c _mmap.c __syscall_error.c \ +CSRC=__longjmp.c brk.c vfork.c setjmp_aux.c mmap.c __syscall_error.c \ cacheflush.c pread_write.c sysmips.c _test_and_set.c COBJS=$(patsubst %.c,%.o, $(CSRC)) @@ -35,7 +35,7 @@ OBJS=$(SOBJS) $(MOBJ) $(COBJS) all: $(OBJS) $(LIBC) -$(LIBC): ar-target +$(LIBC): ar-target ar-target: $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS) $(AR) $(ARFLAGS) $(LIBC) $(OBJS) -- cgit v1.2.3