summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2011-12-12 09:48:22 +0000
committerAlain Frisch <alain@frisch.fr>2011-12-12 09:48:22 +0000
commite707c415432728fe2219c8ff09a65dba264dc6c0 (patch)
tree89c7d5f2945812fecbbb09bdb573b6c27809a644
parent8427522b52f0ec75ba0175bd25fef02eb455d25c (diff)
Fix for Windows.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11299 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--ocamldoc/Makefile.nt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocamldoc/Makefile.nt b/ocamldoc/Makefile.nt
index a65b59738..c6178895f 100644
--- a/ocamldoc/Makefile.nt
+++ b/ocamldoc/Makefile.nt
@@ -142,6 +142,7 @@ OCAMLCMOFILES=$(OCAMLSRCDIR)/parsing/printast.cmo \
$(OCAMLSRCDIR)/parsing/parser.cmo \
$(OCAMLSRCDIR)/parsing/lexer.cmo \
$(OCAMLSRCDIR)/parsing/parse.cmo \
+ $(OCAMLSRCDIR)/typing/unused_var.cmo \
$(OCAMLSRCDIR)/typing/types.cmo \
$(OCAMLSRCDIR)/typing/path.cmo \
$(OCAMLSRCDIR)/typing/btype.cmo \