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

matthias.klose python-checkins at python.org
Thu Apr 30 13:44:56 CEST 2015


https://hg.python.org/cpython/rev/5d065807a05f
changeset:   95829:5d065807a05f
parent:      95826:93168607ad70
parent:      95828:eb09f737120b
user:        doko at ubuntu.com
date:        Thu Apr 30 13:44:43 2015 +0200
summary:
   - merge 3.4

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


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1137,8 +1137,7 @@
 
 # Install the library
 PLATDIR=	@PLATDIR@
-EXTRAPLATDIR= @EXTRAPLATDIR@
-MACHDEPS=	$(PLATDIR) $(EXTRAPLATDIR)
+MACHDEPS=	$(PLATDIR)
 XMLLIBSUBDIRS=  xml xml/dom xml/etree xml/parsers xml/sax
 LIBSUBDIRS=	tkinter tkinter/test tkinter/test/test_tkinter \
 		tkinter/test/test_ttk site-packages test \

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


More information about the Python-checkins mailing list