diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-30 11:44:18 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-30 11:44:18 (GMT) |
commit | ca40e4315cd91361d29d189b0ee1fd8905dda442 (patch) | |
tree | e296fb4be35476137d83de5d7429028937b48104 | |
parent | b0335ee2fec4bcc1ad66400f195efdf1e4696845 (diff) | |
download | cpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.zip cpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.tar.gz cpython-ca40e4315cd91361d29d189b0ee1fd8905dda442.tar.bz2 |
- remove unused EXTRAPLATDIR macro in Makefile.pre.in
-rw-r--r-- | Makefile.pre.in | 3 |
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 \ |