diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-30 16:32:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-30 16:32:09 (EDT) |
commit | 64ecc32e963f51d6c980c63aa14cb64b19d3e7e2 (patch) | |
tree | 9c17577ea5a4db1b0ae131abe6a9dfbd32437770 | |
parent | d049a0aa053dec25434d639c3ccb0fef98e78a94 (diff) |
build: Build gettext-tools as well.
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,12 +3,12 @@ include ../source.mk build: - oh-autoconfigure -s src/gettext-runtime -B src/gettext-runtime -- \ + oh-autoconfigure -- \ --enable-threads --disable-java - oh-autobuild -s src/gettext-runtime -B src/gettext-runtime + oh-autobuild touch $@ install: build - oh-autoinstall -s src/gettext-runtime -B src/gettext-runtime + oh-autoinstall oh-strip oh-installfiles |