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 92a3caf commit fb80fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.mk
Original file line number Diff line number Diff line change
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 fb80fa4

Please sign in to comment.