diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 20:36:24 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 20:36:24 (EDT) |
commit | 304ff5504d75954c6239ce2b841e41222b5b04aa (patch) | |
tree | 2a400ffe8000156119a9b26c699593b9c9164f6e | |
parent | 889187ba3e8b5aabd3c3cb801d83e86802bc9943 (diff) |
build: Set prefix at build time as well
It gets substituted into files at build time.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ include ../source.mk nop: build: - oh-autobuild -- LIBINTL=NONE + oh-autobuild -- prefix=/usr LIBINTL=NONE touch $@ install: build |