diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2000-09-24 19:57:18 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2000-09-24 19:57:18 (GMT) |
commit | bc1c1c98eb360e549663b1440a9c4f3d99d1d919 (patch) | |
tree | c605c02bf22d66a25a70f1b32a3af993f7b25295 | |
parent | 05a65d6745067f65105918d687fb8ab7153068a3 (diff) | |
download | cpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.zip cpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.tar.gz cpython-bc1c1c98eb360e549663b1440a9c4f3d99d1d919.tar.bz2 |
Install xml/parsers, not xml/parser.
-rw-r--r-- | Makefile.in | 2 |
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) |