]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Install xml/parsers, not xml/parser.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 24 Sep 2000 19:57:18 +0000 (19:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 24 Sep 2000 19:57:18 +0000 (19:57 +0000)
Makefile.in

index aa7cf8d6b74c5edf6b306cfc070c32b8d664db5a..b80cc2fce6f7d56b4210448f3ae28ba896fb74a6 100644 (file)
@@ -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)