From 13e84d1073dbc608bbf5aa4b6f6f363402cdcf9f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 19 Jan 2005 00:50:20 +0000 Subject: use $(RANLIB) --- libc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/Makefile') diff --git a/libc/Makefile b/libc/Makefile index c638e8daf..c2feb77ac 100644 --- a/libc/Makefile +++ b/libc/Makefile @@ -40,7 +40,7 @@ VERSION_SCRIPT:=${shell if [ -f sysdeps/linux/$(TARGET_ARCH)/libc.map ] ; then \ all: halfclean subdirs $(LIBNAME) $(DO_SHARED) ar-target: - $(CROSS)ranlib $(LIBNAME) + $(RANLIB) $(LIBNAME) $(INSTALL) -d $(TOPDIR)lib $(RM) $(TOPDIR)lib/$(LIBNAME) $(INSTALL) -m 644 $(LIBNAME) $(TOPDIR)lib @@ -81,4 +81,3 @@ $(patsubst %, _dirclean_%, $(DIRS)) : dummy $(MAKE) -C $(patsubst _dirclean_%, %, $@) clean .PHONY: dummy subdirs - -- cgit v1.2.3