From 09b39c339dd3fe21a0808097b5f7d1ab8cb47031 Mon Sep 17 00:00:00 2001 From: Pierre Roux Date: Sun, 10 Nov 2019 16:12:04 +0100 Subject: Have only one dune rule calling configure --- config/dune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/dune b/config/dune index c146e7df67..a303774e17 100644 --- a/config/dune +++ b/config/dune @@ -7,7 +7,7 @@ ; Dune doesn't use configure's output, but it is still necessary for ; some Coq files to work; will be fixed in the future. (rule - (targets coq_config.ml coq_config.py Makefile) + (targets coq_config.ml coq_config.py Makefile dune.c_flags) (mode fallback) (deps %{project_root}/configure.ml %{project_root}/dev/ocamldebug-coq.run (env_var COQ_CONFIGURE_PREFIX)) (action (chdir %{project_root} (run %{ocaml} configure.ml -no-ask -native-compiler no)))) -- cgit v1.2.3