On 09/21/13 01:07, Dmitrij D. Czarkoff wrote:
On Fri, Sep 20, 2013 at 11:46:27PM +0100, Stuart Henderson wrote:
It's probably because of the $(verh) stuff.
At least it shouldn't be so, as $(verh) resolves to version.h file which
appears to be successfully generated. To my understanding, gmake wouldn't exit
with 0 status on "gmake all" during "make build" if "all" target's dependency
- $(verh) - wasn't satisfied. Looks like it just doesn't like having "install"
target depend on "all".
Trim "all" from the "install" target. It does the trick.