summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-29 11:05:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-29 11:10:00 (EDT)
commitf14b3b12831ef1285427ee8ce30d52db057cfdca (patch)
tree2d9898af9093a1a35d04f7a88547b04b53efe9b3
parent25819a54b9d4ba6dfa51ace8aa524ed2055a4b28 (diff)
build: Don't use a macro in INSTALL_HDR_PATH.
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index dc79509..d76921d 100755
--- a/build
+++ b/build
@@ -5,7 +5,7 @@ include ../source.mk
build:
install:
- oh-autoinstall -T headers_check -- INSTALL_HDR_PATH='$$(DESTDIR)/usr'
+ oh-autoinstall -T headers_check -- INSTALL_HDR_PATH="$${PWD}/dest/usr"
find dest/usr/include \
\( -name .install -o -name ..install.cmd \
-o -name .check -o -name ..check.cmd \) \