diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-02-15 14:52:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-15 14:52:29 -0500 |
commit | e9433893258aef145c4101a458ac908383757430 (patch) | |
tree | f062455a4a4c256c266f33650b69db72f0ea2dd4 /elf | |
parent | c1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec (diff) | |
download | glibc-e9433893258aef145c4101a458ac908383757430.tar glibc-e9433893258aef145c4101a458ac908383757430.tar.gz glibc-e9433893258aef145c4101a458ac908383757430.tar.bz2 glibc-e9433893258aef145c4101a458ac908383757430.zip |
Remove use of ranlib.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld-Rules | 4 |
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. |