Skip to content

Commit

Permalink
[enhance] build_rules: no need of i_dont_exist prod for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Nov 13, 2012
1 parent a7bff94 commit a8d4c7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/build/build_rules.ml
Expand Up @@ -996,7 +996,6 @@ let packages_building ~name ~stamp ~core_only ~rebuild
all_packages_file; all_packages_file;
opacomp_stamp; opacomp_stamp;
]) ])
~prod:"i_dont_exist" (* forces ocamlbuild to always run the command *)
~stamp ~stamp
(fun env build -> (fun env build ->
try try
Expand Down

0 comments on commit a8d4c7d

Please sign in to comment.