summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-18 22:04:35 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-18 22:04:35 (EDT)
commit82cc872509c77d0b6ac9d6565ddd76c81532a799 (patch)
tree5a229eac5bc6c8297c6c3bf4e84f3fb64349b103 /build
parentfda4eff0d2f19a41e2ecd413b6cd875b7021c8a9 (diff)
build: Fix target type
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 8ca1cd6..1e28179 100755
--- a/build
+++ b/build
@@ -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'; \