aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-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 39dccaddee..78c92e68b5 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -257,7 +257,7 @@ let generate_conf_defs oc { defs; extra_args } =
section oc "Extra variables.";
List.iter (fun (k,v) -> Printf.fprintf oc "%s = %s\n" k v) defs;
Printf.fprintf oc "COQMF_OTHERFLAGS = %s\n"
- (String.concat " " (List.map quote extra_args))
+ (String.concat " " extra_args)
let generate_conf oc project args =
fprintf oc "# This configuration file was generated by running:\n";