mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
- remove unused EXTRAPLATDIR macro in Makefile.pre.in
This commit is contained in:
parent
b0335ee2fe
commit
ca40e4315c
1 changed files with 1 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue