From: Martin v. Löwis Date: Sun, 24 Sep 2000 19:57:18 +0000 (+0000) Subject: Install xml/parsers, not xml/parser. X-Git-Tag: v2.0b2~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc1c1c98eb360e549663b1440a9c4f3d99d1d919;p=thirdparty%2FPython%2Fcpython.git Install xml/parsers, not xml/parser. --- diff --git a/Makefile.in b/Makefile.in index aa7cf8d6b74c..b80cc2fce6f7 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)