aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-06-01 01:23:06 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-06-01 01:23:06 +0200
commitbf5763c6d871d70a4629f378d138ffbf26b765d6 (patch)
tree08d442ac5d91ff22d93c02c720f12c65e3b46c0c /Makefile.common
parent114d5f0d0bca9f01d7a5ab3381a9b9ca4291191a (diff)
Makefile.common : avoid warnings about files linked twice
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 5bf49ed76..19bae4f19 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -230,7 +230,7 @@ endif
LINKCMO:=$(CORECMA) $(STATICPLUGINS)
LINKCMX:=$(CORECMA:.cma=.cmxa) $(STATICPLUGINS:.cma=.cmxa)
-IDEDEPS:=lib/clib.cma lib/xml_lexer.cmo lib/xml_parser.cmo lib/xml_printer.cmo lib/errors.cmo lib/spawn.cmo
+IDEDEPS:=lib/clib.cma lib/errors.cmo lib/spawn.cmo
IDECMA:=ide/ide.cma
IDETOPLOOPCMA=ide/coqidetop.cma