summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-25 12:41:31 -0700
committerNed Deily <nad@acm.org>2014-07-25 12:41:31 -0700
commit0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34 (patch)
treed820d19de9210e5331ba38de63be2241ab0455db /configure
parentb27d3a2d21b27444a61c4cb7f36b9de32143ddff (diff)
downloadcpython-git-0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34.tar.gz
Issue #18093: Create Programs directory in build location for
out-of-tree builds.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 71d7b46913..06237d359f 100755
--- a/configure
+++ b/configure
@@ -15351,7 +15351,7 @@ do
done
-SRCDIRS="Parser Grammar Objects Python Modules Mac"
+SRCDIRS="Parser Grammar Objects Python Modules Mac 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