diff options
author | Ned Deily <nad@acm.org> | 2014-07-25 12:41:31 -0700 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-25 12:41:31 -0700 |
commit | 0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34 (patch) | |
tree | d820d19de9210e5331ba38de63be2241ab0455db /configure | |
parent | b27d3a2d21b27444a61c4cb7f36b9de32143ddff (diff) | |
download | cpython-git-0db50cf7eb83ef07cb1b010d5e9dba2aa1e48e34.tar.gz |
Issue #18093: Create Programs directory in build location for
out-of-tree builds.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |