From: Ben Hutchings Date: Thu, 13 Aug 2015 18:48:12 +0000 (+0200) Subject: liblockdep: Remove double-quotes from soname X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~8^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9e55ac9eb7ad308ea221493ecaff7bc8db483406;p=linux-4.9.git liblockdep: Remove double-quotes from soname Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name lockdep-fix-soname.patch --- diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile index c7ab6d5835a1..655f32a7d786 100644 --- a/tools/lib/lockdep/Makefile +++ b/tools/lib/lockdep/Makefile @@ -100,7 +100,7 @@ include $(srctree)/tools/build/Makefile.include do_compile_shared_library = \ ($(print_shared_lib_compile) \ - $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) + $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so)) do_build_static_lib = \ ($(print_static_lib_build) \