summaryrefslogtreecommitdiff
path: root/elf/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-09-13 10:29:43 +0200
committerAndreas Schwab <schwab@redhat.com>2011-09-13 10:29:43 +0200
commit52d4fef8be8742ce1d0b4654bd5fcd5d9143dfb6 (patch)
tree6017d46921703d11cf05f3fcaaf18e89df91a8dc /elf/Makefile
parent995a80dfbcb443ead5aa22682c884ec5c827a2ea (diff)
Fix pattern on $(ldd-rewrite-script) substitution
Diffstat (limited to 'elf/Makefile')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index a2d976ebc5..f20f52dee1 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -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