Fix ocamlyacc rule

This commit is contained in:
Jeremie Dimino 2017-03-01 15:18:09 +00:00
parent 6f2a10c908
commit c16fac59ed
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ module Rule = struct
let ocamlyacc_v1 names =
let str s = String_with_vars.of_string s in
List.map names ~f:(fun name ->
let src = name ^ ".mll" in
let src = name ^ ".mly" in
{ targets = [name ^ ".ml"; name ^ ".mli"]
; deps = [File (str src)]
; action =