diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-30 11:44:43 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-30 11:44:43 (GMT) |
commit | dd2693fc1f157ff294ae57432bed4860d0fb491b (patch) | |
tree | 936c07dac6d339b6fd6d9742eae1e07be895386f /Makefile.pre.in | |
parent | 31cd7562b045f28692bf906f66534704760b3609 (diff) | |
parent | ca40e4315cd91361d29d189b0ee1fd8905dda442 (diff) | |
download | cpython-dd2693fc1f157ff294ae57432bed4860d0fb491b.zip cpython-dd2693fc1f157ff294ae57432bed4860d0fb491b.tar.gz cpython-dd2693fc1f157ff294ae57432bed4860d0fb491b.tar.bz2 |
- merge 3.4
Diffstat (limited to '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 34b413f..6a068b5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1137,8 +1137,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 \ |