Remove use of ranlib.
[platform/upstream/glibc.git] / elf / rtld-Rules
index 10c9452..cd83c85 100644 (file)
@@ -1,6 +1,7 @@
 # Subroutine makefile for compiling libc modules linked into dynamic linker.
 
-# Copyright (C) 2002,2003,2005,2006,2008,2010 Free Software Foundation, Inc.
+# Copyright (C) 2002,2003,2005,2006,2008,2010,2011
+#   Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -50,7 +51,6 @@ $(objpfx)rtld-libc.a: $(foreach dir,$(rtld-subdirs),\
                                            $(rtld-$(dir))))
        @-rm -f $@T
        $(AR) cq$(verbose) $@T $^
-       $(RANLIB) $@T
        mv -f $@T $@
 
 # Use the verbose option of ar and tar when not running silently.