summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2007-05-23 16:46:26 +0000
committerAlain Frisch <alain@frisch.fr>2007-05-23 16:46:26 +0000
commit9ad539d42a3e4ae78f89117501b8f17fc01ad86b (patch)
tree64965398b48fda4dae52fc8ca2c4f00dd0c90a7b
parent170fde001c4a6a3370e122c3d521dce28fc930ce (diff)
downloadocaml-9ad539d42a3e4ae78f89117501b8f17fc01ad86b.tar.gz
*** empty log message ***
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/cducetrunk@8263 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--ocamldoc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
index 4775a23439..f865b94237 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -63,7 +63,8 @@ INCLUDES_NODEP= -I $(OCAMLSRCDIR)/stdlib \
-I $(OCAMLSRCDIR)/otherlibs/str \
-I $(OCAMLSRCDIR)/otherlibs/dynlink \
-I $(OCAMLSRCDIR)/otherlibs/unix \
- -I $(OCAMLSRCDIR)/otherlibs/graph
+ -I $(OCAMLSRCDIR)/otherlibs/graph \
+ -I $(OCAMLSRCDIR)
INCLUDES=$(INCLUDES_DEP) $(INCLUDES_NODEP)