]> git.kaiwu.me - njs.git/commit
Fixed default makefile target is libedit is unavailable.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 5 Oct 2017 12:50:16 +0000 (15:50 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 5 Oct 2017 12:50:16 +0000 (15:50 +0300)
commit3bf0034e667a7f4ca19a0ef919b263b0b7cdb390
tree0e6382a0c188bf4e4b3c52850e31a74e7fc32f70
parent98396b32a7c8e7635f1d07e262467d362451b35b
Fixed default makefile target is libedit is unavailable.

Previously, if libedit was unavailable, any extra target which could be
added by feature scripts became the first and default target. It breaks
builds without arguments.

Adding the default target in this case to ensure that the proper target
is always selected.
nxt/auto/editline