summaryrefslogtreecommitdiffstats
path: root/ocamldoc/Makefile.nt
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2013-04-05 07:08:37 +0000
committerAlain Frisch <alain@frisch.fr>2013-04-05 07:08:37 +0000
commit10956770b45e7eb000c709e8f20d3edee9ee824b (patch)
tree0e4199e116cb7f6ad3b41b4f26968b7cb6cf2b4c /ocamldoc/Makefile.nt
parent47a3ee095eebdcf315ea0ab47e4d45b79e5f5055 (diff)
Fix for Win32.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/extension_points@13487 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/Makefile.nt')
-rw-r--r--ocamldoc/Makefile.nt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocamldoc/Makefile.nt b/ocamldoc/Makefile.nt
index 6b9818a96..6343d9810 100644
--- a/ocamldoc/Makefile.nt
+++ b/ocamldoc/Makefile.nt
@@ -140,6 +140,7 @@ OCAMLCMOFILES=$(OCAMLSRCDIR)/parsing/printast.cmo \
$(OCAMLSRCDIR)/parsing/location.cmo\
$(OCAMLSRCDIR)/parsing/longident.cmo \
$(OCAMLSRCDIR)/parsing/syntaxerr.cmo \
+ $(OCAMLSRCDIR)/parsing/ast_helper.cmo \
$(OCAMLSRCDIR)/parsing/parser.cmo \
$(OCAMLSRCDIR)/parsing/lexer.cmo \
$(OCAMLSRCDIR)/parsing/parse.cmo \
@@ -156,8 +157,8 @@ OCAMLCMOFILES=$(OCAMLSRCDIR)/parsing/printast.cmo \
$(OCAMLSRCDIR)/typing/oprint.cmo \
$(OCAMLSRCDIR)/typing/printtyp.cmo \
$(OCAMLSRCDIR)/typing/includecore.cmo \
- $(OCAMLSRCDIR)/typing/typetexp.cmo \
$(OCAMLSRCDIR)/typing/typedtree.cmo \
+ $(OCAMLSRCDIR)/typing/typetexp.cmo \
$(OCAMLSRCDIR)/typing/parmatch.cmo \
$(OCAMLSRCDIR)/typing/stypes.cmo \
$(OCAMLSRCDIR)/typing/typedtreeMap.cmo \