aboutsummaryrefslogtreecommitdiff
path: root/kernel/dune
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/dune')
-rw-r--r--kernel/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/dune b/kernel/dune
index 79161519ba..1f2d696a36 100644
--- a/kernel/dune
+++ b/kernel/dune
@@ -8,8 +8,8 @@
(rule
(targets copcodes.ml)
- (deps (:h-file byterun/coq_instruct.h) make-opcodes)
- (action (run ./make_opcodes.sh %{h-file} %{targets})))
+ (deps (:h-file byterun/coq_instruct.h) make-opcodes make_opcodes.sh)
+ (action (bash "./make_opcodes.sh %{h-file} %{targets}")))
(executable
(name write_uint63)