diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
commit | a57890e5ecb164c17b79aa2713758307787eb74b (patch) | |
tree | b34f158da5de75b8863c545baae252c2da64e48f /Makefile.pre.in | |
parent | 6a8f60d6243cd03c053623e1e767c42f884beef0 (diff) | |
parent | e45df0a6dada198123264acc513ce471d681751d (diff) | |
download | cpython-a57890e5ecb164c17b79aa2713758307787eb74b.zip cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.gz cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.bz2 |
Issue #10656: Merge AIX build fix from 3.6
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6864551..180cbac 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."; \ |