summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-04 02:10:26 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-04 02:10:26 (EDT)
commit317e2e4a1e283781194b421ef5964508c6771875 (patch)
tree034db92be3db7b78ab9bd42d176e3fd46da45293
parent100cc02dbea81f243f527001f271e4e66afc7233 (diff)
build: Run "make MAKEINFO=: install" directly
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index d2c9ddb..4cbdc32 100755
--- a/build
+++ b/build
@@ -22,7 +22,7 @@ build: configure
touch $@
install: build
- oh-autoinstall -B obj -- MAKEINFO=:
+ (cd obj && make MAKEINFO=: install)
# Remove BFD files.
rm -v \
dest/usr/include/*.h \