aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/coq_makefile.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-21 12:49:17 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-11-21 12:49:17 +0100
commitaa86963464045d61fa0eaf3a7fe67ced7a6a73f4 (patch)
treef1d3e0b213e98e38236bcc3d6f74c80ded896a75 /tools/coq_makefile.ml
parent102d2db3ea7a7354de5e019224e2778fe7603b8e (diff)
Remove spurious spaces in merlin file generated by coq_makefile (bug #5213).
Diffstat (limited to 'tools/coq_makefile.ml')
-rw-r--r--tools/coq_makefile.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index ac69a69a4..eab909f5b 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -887,7 +887,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;