]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Fix build out of source tree (GH-28410)
authorVictor Stinner <vstinner@python.org>
Fri, 17 Sep 2021 18:20:43 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 18:20:43 +0000 (20:20 +0200)
commit41551ee7e24fb6c58846836d3655dbb212281206
treee8a91d7618bd697cb83607a78abb3b13832502ef
parentc5a677da9e7b2b2aa43b0b6dfb3813c0212379c0
bpo-45020: Fix build out of source tree (GH-28410)

* Makefile.pre.in: Add $(srcdir) when needed, remove it when it was
  used by mistake.
* freeze_modules.py tool uses ./Programs/_freeze_module if the
  executable doesn't exist in the source tree.
Makefile.pre.in
Tools/scripts/freeze_modules.py