Skip to content

Commit 7dc96a9

Browse files
committed
Fix conflict in runtime/dune
1 parent cc6dbe7 commit 7dc96a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/dune

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;* *
1313
;**************************************************************************
1414

15-
urule
15+
(rule
1616
(targets primitives)
1717
(mode fallback)
1818
(deps
@@ -45,7 +45,7 @@ urule
4545
gc_ctrl.c md5.c obj.c
4646
lexing.c callback.c debugger.c weak.c compact.c finalise.c custom.c dynlink.c
4747
afl.c unix.c win32.c bigarray.c main.c memprof.c domain.c
48-
skiplist.c codefrag.c .depend
48+
skiplist.c codefrag.c
4949
)
5050
(action
5151
(progn
@@ -63,7 +63,7 @@ urule
6363
parsing.c gc_ctrl.c md5.c obj.c lexing.c unix.c printexc.c callback.c weak.c
6464
compact.c finalise.c custom.c globroots.c backtrace_nat.c backtrace.c
6565
dynlink_nat.c debugger.c meta.c dynlink.c clambda_checks.c
66-
afl.c bigarray.c memprof.c eventlog.c .depend)
66+
afl.c bigarray.c memprof.c eventlog.c)
6767
(action
6868
(progn
6969
(run make %{targets} COMPUTE_DEPS=false))))

0 commit comments

Comments
 (0)