aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-04-23 01:38:11 +0100
committerGitHub <noreply@github.com>2020-04-23 01:38:11 +0100
commita25f3c4c8f7d4878918ce1d3d67db40ae255ccc6 (patch)
tree2f93a0c1d9f8f3ef150ff31f9e6f7cf8c020592a /configure
parentAdd @pablogsal as code owner for pegen-related files (GH-19665) (diff)
downloadcpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.gz
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.tar.bz2
cpython-a25f3c4c8f7d4878918ce1d3d67db40ae255ccc6.zip
bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d3e8149bec0..29d5f4ce667 100755
--- a/configure
+++ b/configure
@@ -16746,7 +16746,7 @@ do
done
-SRCDIRS="Parser Objects Python Modules Modules/_io Programs"
+SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for build directories" >&5
$as_echo_n "checking for build directories... " >&6; }
for dir in $SRCDIRS; do