diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-02 14:21:08 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-02 14:21:08 (EDT) |
commit | 21354e20f586f37fa2a163fffa95af4bfb9d098d (patch) | |
tree | 10c11f56586ec0053c93cb75f31107feb82a5501 | |
parent | a84465b362e8886435fd4959afa0a6afcece1e23 (diff) |
build: Split oh-autoconfigure into a new target.
-rwxr-xr-x | build | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,10 +2,13 @@ include ../source.mk -build: +configure: oh-autoconfigure -- \ --enable-threads --disable-java \ --without-emacs + touch $@ + +build: configure oh-autobuild touch $@ |