[Python-checkins] cpython (merge 3.4 -> default): merge 3.4

matthias.klose python-checkins at python.org
Mon Apr 13 22:11:55 CEST 2015


https://hg.python.org/cpython/rev/8d22c77ca9f6
changeset:   95610:8d22c77ca9f6
parent:      95607:3d3db6d11e8b
parent:      95609:84328374ea01
user:        doko at ubuntu.com
date:        Mon Apr 13 22:10:47 2015 +0200
summary:
  merge 3.4

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1336,7 +1336,7 @@
 
 # Install the library and miscellaneous stuff needed for extending/embedding
 # This goes into $(exec_prefix)
-LIBPL=		$(LIBDEST)/config-$(LDVERSION)
+LIBPL=		@LIBPL@
 
 # pkgconfig directory
 LIBPC=		$(LIBDIR)/pkgconfig

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list