[uClibc-cvs] uClibc/libc/sysdeps/linux/mips Makefile,1.37,1.38

Erik Andersen andersen at uclibc.org
Thu Feb 5 02:17:04 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips
In directory nail:/tmp/cvs-serv32743/mips

Modified Files:
	Makefile 
Log Message:
Use 'mmap.c' instead of '_mmap.c'


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile	28 Nov 2003 19:39:51 -0000	1.37
+++ Makefile	5 Feb 2004 02:17:01 -0000	1.38
@@ -27,7 +27,7 @@
 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 @@
 
 all: $(OBJS) $(LIBC)
 
-$(LIBC): ar-target 
+$(LIBC): ar-target
 
 ar-target: $(OBJS) $(CRT0_OBJ) $(CTOR_TARGETS)
 	$(AR) $(ARFLAGS) $(LIBC) $(OBJS)




More information about the uClibc-cvs mailing list