aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld-Rules
diff options
context:
space:
mode:
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.