Change ${@} to $@.
This commit is contained in:
parent
581a447e83
commit
59c1b3a3c6
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ ${PLUGIN} ${PLUGIN_NOINST}: ${EXT_DEPS} ${OBJS}
|
|||
|
||||
${STATIC_LIB} ${STATIC_LIB_NOINST}: ${EXT_DEPS} ${OBJS}
|
||||
${LINK_STATUS}
|
||||
if ${AR} cr $@ ${OBJS} && ${RANLIB} ${@}; then \
|
||||
if ${AR} cr $@ ${OBJS} && ${RANLIB} $@; then \
|
||||
${LINK_OK}; \
|
||||
else \
|
||||
${LINK_FAILED}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue