diff options
| author | Pierre Boutillier | 2014-01-30 22:19:16 +0100 |
|---|---|---|
| committer | Pierre Boutillier | 2014-02-24 14:07:06 +0100 |
| commit | 5aded353dbf4eccff16769e3762c4810060fb6cf (patch) | |
| tree | 44e77c4c419946c8e0596d86d6aaa92f57dcfd47 /Makefile.common | |
| parent | b0b9a582d99d57d9f9c6f4b322911102cca734ff (diff) | |
Fix coqide build under MacOS
Diffstat (limited to 'Makefile.common')
| -rw-r--r-- | Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 06d97567be..966829d5a6 100644 --- a/Makefile.common +++ b/Makefile.common @@ -214,7 +214,7 @@ IDEDEPS:=lib/clib.cma lib/xml_lexer.cmo lib/xml_parser.cmo lib/xml_printer.cmo l IDECMA:=ide/ide.cma LINKIDE:=$(IDEDEPS) $(IDECMA) ide/coqide_main.ml -LINKIDEOPT:=$(IDEOPTDEPS) $(patsubst %.cma,%.cmxa,$(IDEDEPS:.cmo=.cmx)) $(IDECMA:.cma=.cmxa) ide/coqide_main_opt.ml +LINKIDEOPT:=$(IDEOPTDEPS) $(patsubst %.cma,%.cmxa,$(IDEDEPS:.cmo=.cmx)) $(IDECMA:.cma=.cmxa) ide/coqide_main.ml # modules known by the toplevel of Coq |
