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/sh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/sh/Makefile') diff --git a/libc/sysdeps/linux/sh/Makefile b/libc/sysdeps/linux/sh/Makefile index c7f125bb8..fa87f3ae2 100644 --- a/libc/sysdeps/linux/sh/Makefile +++ b/libc/sysdeps/linux/sh/Makefile @@ -1,7 +1,7 @@ # Makefile for uClibc # # Copyright (C) 2001 by Hewlett-Packard Australia -# Copyright (C) 2000-2003 Erik Andersen +# Copyright (C) 2000-2004 Erik Andersen # # 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 @@ CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o 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) -- cgit v1.2.3