aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile.common2
-rw-r--r--lib/flags.ml5
2 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index c2d53855b..ef909f615 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -469,7 +469,7 @@ GRAMMARSCMO:=\
parsing/g_prim.cmo parsing/g_tactic.cmo \
parsing/g_ltac.cmo parsing/g_constr.cmo
-GRAMMARCMO:=$(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO)
+GRAMMARCMO:=$(CONFIG) $(GRAMMARNEEDEDCMO) $(CAMLP4EXTENSIONSCMO) $(GRAMMARSCMO)
GRAMMARCMA:=parsing/grammar.cma
diff --git a/lib/flags.ml b/lib/flags.ml
index 4743345de..0378e11fb 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -106,7 +106,4 @@ let browser_cmd_fmt =
let coq_netscape_remote_var = "COQREMOTEBROWSER" in
Sys.getenv coq_netscape_remote_var
with
- Not_found ->
- if Sys.os_type = "Win32"
- then "C:\\PROGRA~1\\INTERN~1\\IEXPLORE %s"
- else "firefox -remote \"OpenURL(%s,new-tab)\" || firefox %s &"
+ Not_found -> Coq_config.browser