diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-12 13:26:01 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-12 13:26:01 (GMT) |
commit | c57e4d16eab07449bbda598a9272e4eb03f60814 (patch) | |
tree | a5191a682bbebdf52f2957beb84614f515a9d027 /Makefile.pre.in | |
parent | 98cf1e79a1a91875624b956a2cc511eee4825030 (diff) | |
parent | 5401e87b01fb7d4d7797d5b49680db99e78fafb7 (diff) | |
download | cpython-c57e4d16eab07449bbda598a9272e4eb03f60814.zip cpython-c57e4d16eab07449bbda598a9272e4eb03f60814.tar.gz cpython-c57e4d16eab07449bbda598a9272e4eb03f60814.tar.bz2 |
Issue #25825: Merge AIX fix from 3.5
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9079c6e..582775d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1422,10 +1422,10 @@ libainstall: all python-config $(INSTALL_SCRIPT) $(srcdir)/install-sh $(DESTDIR)$(LIBPL)/install-sh $(INSTALL_SCRIPT) python-config.py $(DESTDIR)$(LIBPL)/python-config.py $(INSTALL_SCRIPT) python-config $(DESTDIR)$(BINDIR)/python$(LDVERSION)-config - @if [ -s Programs/python.exp -a \ + @if [ -s Modules/python.exp -a \ "`echo $(MACHDEP) | sed 's/^\(...\).*/\1/'`" = "aix" ]; then \ echo; echo "Installing support files for building shared extension modules on AIX:"; \ - $(INSTALL_DATA) Programs/python.exp \ + $(INSTALL_DATA) Modules/python.exp \ $(DESTDIR)$(LIBPL)/python.exp; \ echo; echo "$(LIBPL)/python.exp"; \ $(INSTALL_SCRIPT) $(srcdir)/Modules/makexp_aix \ @@ -1638,7 +1638,7 @@ distclean: clobber done -rm -f core Makefile Makefile.pre config.status \ Modules/Setup Modules/Setup.local Modules/Setup.config \ - Modules/ld_so_aix Programs/python.exp Misc/python.pc + Modules/ld_so_aix Modules/python.exp Misc/python.pc -rm -f python*-gdb.py find $(srcdir)/[a-zA-Z]* '(' -name '*.fdc' -o -name '*~' \ -o -name '[@,#]*' -o -name '*.old' \ |