summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
commite45df0a6dada198123264acc513ce471d681751d (patch)
treecdec608206519e8d67ac3fd0928a6a95e22b69e8 /Makefile.pre.in
parent57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (diff)
parent395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff)
downloadcpython-e45df0a6dada198123264acc513ce471d681751d.zip
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.gz
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.bz2
Issue #10656: Merge AIX build fix from 3.5
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 5190436..cd7d33d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1421,7 +1421,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."; \