summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2000-09-24 19:57:18 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2000-09-24 19:57:18 (GMT)
commitbc1c1c98eb360e549663b1440a9c4f3d99d1d919 (patch)
treec605c02bf22d66a25a70f1b32a3af993f7b25295
parent05a65d6745067f65105918d687fb8ab7153068a3 (diff)
downloadcpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.zip
cpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.tar.gz
cpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.tar.bz2
Install xml/parsers, not xml/parser.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index aa7cf8d..b80cc2f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,7 +262,7 @@ maninstall:
# Install the library
PLATDIR= plat-$(MACHDEP)
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 \
distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
libinstall: python $(srcdir)/Lib/$(PLATDIR)