summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 4d44351..1988161 100755
--- a/build
+++ b/build
@@ -39,10 +39,10 @@ nop:
configure:
if [ 'x$(OPK_HOST_PLAT)' = 'xbootstrap1' ]; then \
- oh-autoconfigure -B "$(builddir)" -- \
+ oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \
$(bootstrap1_opts); \
else \
- oh-autoconfigure -B "$(builddir)" -- \
+ oh-autoconfigure -B "$(builddir)" -t "$(target)" -- \
$(full_opts); \
fi
touch $@