|
@@ -100,7 +100,7 @@ include $(srctree)/tools/build/Makefile.include
|
|
|
|
|
|
do_compile_shared_library = \
|
|
do_compile_shared_library = \
|
|
($(print_shared_lib_compile) \
|
|
($(print_shared_lib_compile) \
|
|
- $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -s $@ liblockdep.so))
|
|
|
|
|
|
+ $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -sf $@ liblockdep.so))
|
|
|
|
|
|
do_build_static_lib = \
|
|
do_build_static_lib = \
|
|
($(print_static_lib_build) \
|
|
($(print_static_lib_build) \
|