This commit is contained in:
Jeremie Dimino 2017-05-31 11:24:27 +01:00
parent 1c8ffaa3aa
commit ad817e7a34
2 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,7 @@ let expand t ~f =
let concat_rev = function
| [] -> ""
| [s] -> s
| l -> String.concat (List.rev l) ~sep:" "
| l -> String.concat (List.rev l) ~sep:""
let partial_expand t ~f =
let commit_text acc_text acc =

View File

@ -820,6 +820,7 @@ module PP = struct
(preprocessor_deps
>>>
Build.path src
>>^ (fun _ -> [src])
>>>
Action.run sctx
(Redirect