[Python-checkins] cpython (3.4): - Makefile.pre.in (LIBPL): Use the definition from configure.ac

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


https://hg.python.org/cpython/rev/84328374ea01
changeset:   95609:84328374ea01
branch:      3.4
parent:      95606:63c459e6bcf6
user:        doko at ubuntu.com
date:        Mon Apr 13 22:10:21 2015 +0200
summary:
   - Makefile.pre.in (LIBPL): Use the definition from configure.ac

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
@@ -1311,7 +1311,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