summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/build b/build
index 32c412a..92cefe0 100755
--- a/build
+++ b/build
@@ -47,7 +47,9 @@ install.stamp: build
# Install everything.
for target in $(PKG_TARGETS); do \
cd "build-$${target}" && \
- make CFLAGS='$(CFLAGS)' prefix="$${PWD}/../dest/usr" install && \
+ make CFLAGS='$(CFLAGS)' \
+ prefix="$${PWD}/../dest/usr" tooldir="$${PWD}/../dest/usr" \
+ install && \
cd ..; \
done
# Remove static library dependency metadata generated by libtool.