mirror of
https://github.com/python/cpython.git
synced 2025-09-13 20:27:05 +00:00
Install xml/parsers, not xml/parser.
This commit is contained in:
parent
05a65d6745
commit
bc1c1c98eb
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ maninstall:
|
||||||
# Install the library
|
# Install the library
|
||||||
PLATDIR= plat-$(MACHDEP)
|
PLATDIR= plat-$(MACHDEP)
|
||||||
MACHDEPS= $(PLATDIR)
|
MACHDEPS= $(PLATDIR)
|
||||||
XMLLIBSUBDIRS= xml xml/dom xml/parser xml/sax
|
XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
|
||||||
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
LIBSUBDIRS= lib-old lib-tk site-packages test test/output encodings \
|
||||||
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
|
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
|
||||||
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
libinstall: python $(srcdir)/Lib/$(PLATDIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue