mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-05 04:56:10 +00:00
Fix #9481 - Fix make install
This commit is contained in:
parent
ff1fa01cf4
commit
72a8057d55
@ -328,7 +328,7 @@ libr_shlr.${EXT_AR}:
|
||||
rm -rf .libr
|
||||
mkdir .libr
|
||||
for LIB in ${SHLRS} ; do \
|
||||
${PARTIALLD} -o .libr/$$(basename $${LIB} .a).o $${LIB} ; \
|
||||
if [ -f "$${LIB}" ]; then ${PARTIALLD} -o .libr/$$(basename $${LIB} .a).o $${LIB} ; fi ; \
|
||||
done
|
||||
${AR} crs $@ .libr/*.o
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user