diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ install_$(target): install-$(type) configure build install: set -e; \ for tgt in $(targets); do \ - if [ x"$${target}" = x'$(OPK_HOST_ARCH)' ]; then \ + if [ x"$${tgt}" = x'$(OPK_HOST_ARCH)' ]; then \ type='native'; \ else \ type='cross'; \ |