mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix pattern on $(ldd-rewrite-script) substitution
This commit is contained in:
parent
995a80dfbc
commit
52d4fef8be
@ -1,5 +1,7 @@
|
||||
2011-09-13 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* elf/Makefile (gen-ldd): Fix pattern.
|
||||
|
||||
* elf/rtld.c (dl_main): Only use USE___THREAD when defined.
|
||||
(init_tls): Likewise.
|
||||
|
||||
|
@ -483,7 +483,7 @@ endef
|
||||
else
|
||||
define gen-ldd
|
||||
LC_ALL=C sed $($(ldd-shell)-ldd-rewrite) < $< \
|
||||
| LC_ALL=C sed -f $(patsubst $(..)/,/,$(..)$(ldd-rewrite-script)) > $@.new
|
||||
| LC_ALL=C sed -f $(patsubst $(..)/%,/%,$(..)$(ldd-rewrite-script)) > $@.new
|
||||
endef
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user