From 7e43ef4171a20dd771b03e09c198599def34e4b2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 12 Dec 2017 15:54:52 +0000 Subject: [PATCH] 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. --- common/mlxml/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/common/mlxml/Makefile.am b/common/mlxml/Makefile.am index 7da05f97d..083c7a64b 100644 --- a/common/mlxml/Makefile.am +++ b/common/mlxml/Makefile.am @@ -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.