Skip to content

Commit

Permalink
s/RELINK/LOCAL/
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Oct 16, 2015
1 parent b54abec commit 41fe9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.mk
Expand Up @@ -92,7 +92,7 @@ define ADD_INSTALL_RULE.la
$${${1}_INSTALLDIR}/$(notdir ${1}): $${${1}_BUILD}/${1}
@$(ECHO) INSTALL ${1}
$(Q)$${PROGRAM_INSTALL} -d -m 755 $${${1}_INSTALLDIR}
$(Q)$${PROGRAM_INSTALL} -c -m 755 $${RELINK_FLAGS_MIN} $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
$(Q)$${PROGRAM_INSTALL} -c -m 755 $${LOCAL_FLAGS_MIN} $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
$(Q)$${${1}_POSTINSTALL}

endef
Expand Down

0 comments on commit 41fe9c4

Please sign in to comment.