From e9433893258aef145c4101a458ac908383757430 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Feb 2011 14:52:29 -0500 Subject: Remove use of ranlib. --- elf/rtld-Rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elf') diff --git a/elf/rtld-Rules b/elf/rtld-Rules index 10c9452ce0..cd83c85235 100644 --- a/elf/rtld-Rules +++ b/elf/rtld-Rules @@ -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. -- cgit 1.4.1