summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2015-04-30 11:44:18 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2015-04-30 11:44:18 (GMT)
commitca40e4315cd91361d29d189b0ee1fd8905dda442 (patch)
treee296fb4be35476137d83de5d7429028937b48104
parentb0335ee2fec4bcc1ad66400f195efdf1e4696845 (diff)
downloadcpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.zip
cpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.tar.gz
cpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.tar.bz2
- remove unused EXTRAPLATDIR macro in Makefile.pre.in
-rw-r--r--Makefile.pre.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3fadcfd..e19fc00 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1124,8 +1124,7 @@ maninstall: altmaninstall
# 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 \