diff options
| author | Guillaume Melquiond | 2016-11-21 12:49:17 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2016-12-26 09:58:28 +0100 |
| commit | 827370fb97c138c16509bd549eaeddf94ca13c99 (patch) | |
| tree | a0ed2a87731a498bde9151921dfba53967e59e9a | |
| parent | 3b821bf60d89c386c27487e172e57a669b5c4662 (diff) | |
Remove spurious spaces in merlin file generated by coq_makefile (bug #5213).
| -rw-r--r-- | tools/coq_makefile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml index 617185b8fe..5e4e6645a4 100644 --- a/tools/coq_makefile.ml +++ b/tools/coq_makefile.ml @@ -823,7 +823,7 @@ let merlin targets (ml_inc,_,_) = print ".merlin:\n"; print "\t@echo 'FLG -rectypes' > .merlin\n" ; List.iter (fun c -> - printf "\t@echo \"B $(COQLIB) %s\" >> .merlin\n" c) + printf "\t@echo \"B $(COQLIB)%s\" >> .merlin\n" c) lib_dirs ; List.iter (fun (_,c) -> printf "\t@echo \"B %s\" >> .merlin\n" c; |
