]> granicus.if.org Git - python/commit
bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 11:09:47 +0000 (13:09 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 11:09:47 +0000 (13:09 +0200)
commit06d04e77ca36133e82bf6c363c09ba82e07a9c75
tree614dc56d62ac5b30b0b152f42fc3e394af8024dd
parent4cb525a1f0cba152d1da61e531f2ad5db633120a
bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969)

Add PYTHONPATH=$(srcdir) to run $(PYTHON_FOR_REGEN) -m Parser.pgen,
so it's possible to build Python from a different directory.
Makefile.pre.in