summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 07:56:37 (GMT)
commit395733d46bbc23d2f559eba4e5f75783f9bca6f1 (patch)
treebdc143f8538156bfd53d4a7d81cbd52b9b7f59d1 /Makefile.pre.in
parent1016b2ff00665203ae01d82520dac497ac89e5e7 (diff)
downloadcpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.zip
cpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.tar.gz
cpython-395733d46bbc23d2f559eba4e5f75783f9bca6f1.tar.bz2
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 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ba633da..a88b7d5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1418,7 +1418,7 @@ libainstall: all python-config
$(INSTALL_SCRIPT) $(srcdir)/Modules/makexp_aix \
$(DESTDIR)$(LIBPL)/makexp_aix; \
echo "$(LIBPL)/makexp_aix"; \
- $(INSTALL_SCRIPT) $(srcdir)/Modules/ld_so_aix \
+ $(INSTALL_SCRIPT) Modules/ld_so_aix \
$(DESTDIR)$(LIBPL)/ld_so_aix; \
echo "$(LIBPL)/ld_so_aix"; \
echo; echo "See Misc/AIX-NOTES for details."; \