Make do_bsd-gcc-shared depend on do_gnu-shared instead of the non-existent linux-shared
This commit is contained in:
parent
dea0f7dd0d
commit
3c43aa1b82
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ link-shared:
|
|||
|
||||
build-shared: clean-shared do_$(SHLIB_TARGET) link-shared
|
||||
|
||||
do_bsd-gcc-shared: linux-shared
|
||||
do_bsd-gcc-shared: do_gnu-shared
|
||||
do_linux-shared: do_gnu-shared
|
||||
do_gnu-shared:
|
||||
libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
|
||||
|
|
Loading…
Reference in a new issue