spv: Run Python at build time via $PYTHON variable.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Dec 2019 06:42:02 +0000 (06:42 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Dec 2019 06:42:02 +0000 (06:42 +0000)
commit29ff1e6f7b8220c0800740e525381053ca53d2d4
treef67491a76ddfb8f55e32223d67efaa896f5a1a66
parent2e20892b7e15cc5a8b9e01dc92d1539fadc1f8a9
spv: Run Python at build time via $PYTHON variable.

This was accidentally being run as literal "python" rather than through
a variable, so it failed on systems where there is no "python" binary
but only python2 or python3.
src/output/spv/automake.mk