[uClibc-cvs] uClibc/libc/sysdeps/linux/sh Makefile,1.31,1.32

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


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

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


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/sh/Makefile,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile	3 Dec 2003 23:12:14 -0000	1.31
+++ Makefile	5 Feb 2004 02:17:01 -0000	1.32
@@ -1,7 +1,7 @@
 # Makefile for uClibc
 #
 # Copyright (C) 2001 by Hewlett-Packard Australia
-# Copyright (C) 2000-2003 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2004 Erik Andersen <andersen at uclibc.org>
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free
@@ -31,14 +31,14 @@
 SSRC=setjmp.S __longjmp.S vfork.S clone.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
-CSRC=_mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c
+CSRC=mmap.c longjmp.c pipe.c __init_brk.c brk.c sbrk.c syscall.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS)
 
 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