aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-11-12 09:55:28 +0100
committerEmilio Jesus Gallego Arias2019-11-12 09:55:28 +0100
commit50c64231f2d4b92f2ab296da495cb54bc51e4b1c (patch)
tree074ce52c443737677e241dc64f7dc51583b3c1a2 /config
parent2636d47bac7f31a5492100a4c13eb4fe4d932d1f (diff)
parent09b39c339dd3fe21a0808097b5f7d1ab8cb47031 (diff)
Merge PR #11092: [dune] Have only one rule calling configure
Ack-by: SkySkimmer Reviewed-by: ejgallego
Diffstat (limited to 'config')
-rw-r--r--config/dune2
1 files changed, 1 insertions, 1 deletions
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))))