File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 34
34
io.c extern.c intern.c hash.c sys.c meta.c parsing.c gc_ctrl.c md5.c
35
35
obj.c lexing.c callback.c debugger.c weak.c compact.c finalise.c
36
36
custom.c dynlink.c spacetime_byt.c afl.c unix.c win32.c bigarray.c
37
- main.c memprof.c domain.c caml/domain_state.tbl eventlog.c)
37
+ main.c memprof.c domain.c caml/domain_state.tbl eventlog.c .depend )
38
38
(action
39
39
(progn
40
- (bash "touch .depend") ; hack.
41
- (run make %{targets})
42
- (bash "rm -f .depend"))))
40
+ (run make %{targets}))))
43
41
44
42
(rule
45
43
(targets libasmrun.a)
53
51
parsing.c gc_ctrl.c md5.c obj.c lexing.c unix.c printexc.c callback.c weak.c
54
52
compact.c finalise.c custom.c globroots.c backtrace_nat.c backtrace.c
55
53
dynlink_nat.c debugger.c meta.c dynlink.c clambda_checks.c spacetime_nat.c
56
- spacetime_snapshot.c afl.c bigarray.c memprof.c eventlog.c)
54
+ spacetime_snapshot.c afl.c bigarray.c memprof.c eventlog.c .depend )
57
55
(action
58
56
(progn
59
- (bash "touch .depend") ; hack.
60
- (run make %{targets})
61
- (bash "rm -f .depend"))))
57
+ (run make %{targets}))))
62
58
63
59
;; HACK
64
60
(library
You can’t perform that action at this time.
0 commit comments