summaryrefslogtreecommitdiff
path: root/elf/rtld-Rules
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
commite9433893258aef145c4101a458ac908383757430 (patch)
treef062455a4a4c256c266f33650b69db72f0ea2dd4 /elf/rtld-Rules
parentc1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec (diff)
Remove use of ranlib.
Diffstat (limited to 'elf/rtld-Rules')
-rw-r--r--elf/rtld-Rules4
1 files changed, 2 insertions, 2 deletions
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.