dune: fix build

master
Thomas Refis 2019-10-18 16:34:40 +01:00
parent cc7231f5a9
commit bc17eb0f1d
2 changed files with 3 additions and 2 deletions

3
dune
View File

@ -147,7 +147,8 @@
(modules
;; asmcomp/
afl_instrument arch asmgen asmlibrarian asmlink asmpackager branch_relaxation
branch_relaxation_intf cmm cmmgen cmmgen_state coloring comballoc CSE CSEgen
branch_relaxation_intf cmm_helpers cmm cmmgen cmmgen_state coloring comballoc
CSE CSEgen
deadcode domainstate emit emitaux interf interval linear linearize linscan
liveness mach printcmm printlinear printmach proc reg reload reloadgen
schedgen scheduling selectgen selection spacetime_profiling spill split

View File

@ -22,7 +22,7 @@
(rule
(targets ocamltest_config.ml)
(deps ../Makefile.config ../Makefile.common Makefile
(deps ../Makefile.config ../Makefile.common ../Makefile.best_binaries Makefile
./ocamltest_config.ml.in ./getocamloptdefaultflags)
(action (run make %{targets})))