[Python-checkins] cpython (3.4): - remove unused EXTRAPLATDIR macro in Makefile.pre.in

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


https://hg.python.org/cpython/rev/eb09f737120b
changeset:   95828:eb09f737120b
branch:      3.4
parent:      95825:08c247ff8c1e
user:        doko at ubuntu.com
date:        Thu Apr 30 13:44:18 2015 +0200
summary:
   - remove unused EXTRAPLATDIR macro in Makefile.pre.in

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
@@ -1124,8 +1124,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