pysetup.mk: Add an explicit `gen' target, and make `all' depend on it.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Oct 2019 10:37:41 +0000 (11:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 May 2020 11:30:13 +0000 (12:30 +0100)
commit36bcba75bdc4d74d33f99c11b417bc2c5b74cbef
tree41b4b41adf100fd171dbcf29c7df4f12b3810b75
parent80ed3c35148702b339ffd77d5a058ea4c693dcef
pysetup.mk: Add an explicit `gen' target, and make `all' depend on it.

I plan to add support for multiple `python' versions building in
parallel in the same working tree.  But generated files are shared
between `python' versions, and there will be a mess if things happen in
the wrong order.
pysetup.mk