Browse Source

use $(RANLIB)

Mike Frysinger 19 years ago
parent
commit
13e84d1073
1 changed files with 1 additions and 2 deletions
  1. 1 2
      libc/Makefile

+ 1 - 2
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
-