diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-03-11 14:09:48 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-03-11 14:09:48 +0000 |
commit | ba7bd9ea1a78f8ac9edf931033b98f3a5f8485e3 (patch) | |
tree | 3f3345fbc3748e5c8aa88176272dd7fd80c77392 | |
parent | 015163eb10d41313faa8b58715067d12eee4873f (diff) |
Cleanup: avoid the warning about Coq-tex not being a valid Ocaml module name
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11974 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | Makefile.build | 6 | ||||
-rw-r--r-- | tools/coq_tex.ml4 (renamed from tools/coq-tex.ml4) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.build b/Makefile.build index 35016726e..2c16be4b4 100644 --- a/Makefile.build +++ b/Makefile.build @@ -649,12 +649,12 @@ $(COQMAKEFILE): config/coq_config.cmo tools/coq_makefile.cmo endif ifeq ($(BEST),opt) -$(COQTEX): tools/coq-tex.cmx +$(COQTEX): tools/coq_tex.cmx $(SHOW)'OCAMLOPT -o $@' - $(HIDE)$(OCAMLOPT) $(OPTFLAGS) -o $@ str.cmxa tools/coq-tex.cmx + $(HIDE)$(OCAMLOPT) $(OPTFLAGS) -o $@ str.cmxa $^ $(STRIP) $@ else -$(COQTEX): tools/coq-tex.cmo +$(COQTEX): tools/coq_tex.cmo $(SHOW)'OCAMLC -o $@' $(HIDE)$(OCAMLC) $(BYTEFLAGS) $(COQTOOLSBYTEFLAGS) -o $@ str.cma $^ endif diff --git a/tools/coq-tex.ml4 b/tools/coq_tex.ml4 index 30f55468b..30f55468b 100644 --- a/tools/coq-tex.ml4 +++ b/tools/coq_tex.ml4 |