summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2005-12-14 17:36:36 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2005-12-14 17:36:36 (GMT)
commitd39683396bf499aae0fd7978ac70a56e32407cab (patch)
tree0a05e1a75553a943b1da0e76310ab319b67ef97d
parent7316ad224d44e714eabaf1884efb0079e62242a2 (diff)
downloadcpython-d39683396bf499aae0fd7978ac70a56e32407cab.zip
cpython-d39683396bf499aae0fd7978ac70a56e32407cab.tar.gz
cpython-d39683396bf499aae0fd7978ac70a56e32407cab.tar.bz2
fixed installation of xmlcore libraries (including xmlcore.etree)
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d7442a1..bae4250 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -667,7 +667,7 @@ PLATDIR= plat-$(MACHDEP)
EXTRAPLATDIR= @EXTRAPLATDIR@
EXTRAMACHDEPPATH=@EXTRAMACHDEPPATH@
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
-XMLLIBSUBDIRS= xml xml/dom xml/parsers xml/sax
+XMLLIBSUBDIRS= xmlcore xmlcore/dom xmlcore/etree xmlcore/parsers xmlcore/sax
PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/_builtinSuites \
plat-mac/lib-scriptpackages/CodeWarrior \