fixed installation of xmlcore libraries (including xmlcore.etree)
This commit is contained in:
parent
7316ad224d
commit
d39683396b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue