summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-07-28 06:09:32 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-28 06:09:32 (EDT)
commit1de6a428509dbca01d2eb5c06b06e54e762af797 (patch)
treeae1a157f6456bd820635fac24bebfebae96ce890 /build
parent63639278e1f8700364de8bc0fc01a0acf5f34804 (diff)
Set tooldir. Avoid patch.
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.