From 4aea55553769e6f07aa6579bfdd416d02929494f Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 6 Jul 2005 08:43:54 +0000 Subject: [PATCH] -rectypes missing for native code compilation --- helm/ocaml/cic_notation/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/ocaml/cic_notation/Makefile b/helm/ocaml/cic_notation/Makefile index e5350566d..f7c268c3a 100644 --- a/helm/ocaml/cic_notation/Makefile +++ b/helm/ocaml/cic_notation/Makefile @@ -44,6 +44,7 @@ cicNotationParser.ml.annot: OCAMLC = $(OCAMLC_P4) cicNotationLexer.ml.annot: OCAMLC = $(OCAMLC_P4) cicNotationPres.cmi: OCAMLOPTIONS += -rectypes cicNotationPres.cmo: OCAMLOPTIONS += -rectypes +cicNotationPres.cmx: OCAMLOPTIONS += -rectypes clean: extra_clean distclean: extra_clean -- 2.39.2