common/mlxml: Remove -cclib from ocamlmklib.

ocamlmklib will get confused if the -cclib parameter expands to
anything except a single -lxml2 argument.  In any case it's not
necessary to specify the linker command here since every use of this
library links in a program to libxml2.
This commit is contained in:
Richard W.M. Jones
2017-12-12 15:54:52 +00:00
parent 49263be47a
commit 7e43ef4171

View File

@@ -85,7 +85,6 @@ libmlxml_a_DEPENDENCIES = $(OBJECTS)
$(MLXML_CMA): $(OBJECTS) libmlxml.a
$(OCAMLFIND) mklib $(OCAMLPACKAGES) \
$(OBJECTS) $(libmlxml_a_OBJECTS) \
-cclib '$(LIBXML2_LIBS)' \
-o mlxml
# Dependencies.