diff options
| author | Maxime Dénès | 2015-01-15 13:32:20 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-01-15 13:32:20 +0100 |
| commit | 93fa642fa5e4134d034a1f10fe6dffa4a36182cf (patch) | |
| tree | 2b1ce15cb1ec87c444e99e3af4390d02da1f1778 /tools | |
| parent | d66b734336cf04a94ac3ef1bd129dfcd3bba92d2 (diff) | |
Remove left-over dead code in previous commit.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq_makefile.ml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index badaf280e4..e9bdb6caca 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -506,11 +506,6 @@ let parameters () = print "vo_to_obj = $(addsuffix .o,\\\n"; print " $(filter-out Warning: Error:,\\\n"; print " $(shell $(COQBIN)coqtop -q -noinit -batch -quiet -print-mod-uid $(1))))\n\n" -(* - print "vo_to_obj = $(addsuffix .o,$(foreach vo,$(1),\\\n"; - print " $(addprefix $(dir $(vo)),$(addprefix .coq-native/,$(filter-out Warning: Error:,$(firstword \\\n"; - print " $(shell $(COQBIN)coqtop -q -noinit -batch -quiet -print-mod-uid $(vo))))))))\n\n" - *) let include_dirs (inc_ml,inc_i,inc_r) = let parse_ml_includes l = List.map (fun (x,_) -> "-I \"" ^ x ^ "\"") l in |
