summaryrefslogtreecommitdiff
path: root/Modules/ld_so_aix.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 +0000
commitb045cd28da342ec5f6031f6251707293e2f58aac (patch)
tree1b30724706ec98d13080f0d96938f3ee31004b97 /Modules/ld_so_aix.in
parentc2832346c5366b2fa81f7552a067cb51bd9711f1 (diff)
downloadcpython-b045cd28da342ec5f6031f6251707293e2f58aac.tar.gz
Issue #10656: Fix out-of-tree building on AIX
The ld_so_aix script and python.exp file are created in the build directory. Patch by Tristan Carel and Michael Haubenwallner.
Diffstat (limited to 'Modules/ld_so_aix.in')
-rw-r--r--Modules/ld_so_aix.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/ld_so_aix.in b/Modules/ld_so_aix.in
index add6b3efab..f4eab40b6b 100644
--- a/Modules/ld_so_aix.in
+++ b/Modules/ld_so_aix.in
@@ -70,6 +70,7 @@ if test ! -n "$*"; then
fi
makexp=`dirname $0`/makexp_aix
+test -x "${makexp}" || makexp="@abs_srcdir@/makexp_aix"
# Check for existence of compiler.
CC=$1; shift