summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-18 07:16:59 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-04-18 07:16:59 +0000
commit4b70ed64c47bb1a179f0cd58a5d78d1733c5dd54 (patch)
tree17a33e771978b0d7b0a4587a1179d9414b2fe740
parentef6bbe085c7f5f7758270d8786731ac679c17e67 (diff)
use ../ocamlc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4693 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--ocamldoc/Makefile4
-rw-r--r--ocamldoc/Makefile.nt2
2 files changed, 3 insertions, 3 deletions
diff --git a/ocamldoc/Makefile b/ocamldoc/Makefile
index 526587175..a0adde7bd 100644
--- a/ocamldoc/Makefile
+++ b/ocamldoc/Makefile
@@ -16,8 +16,8 @@ include ../config/Makefile
# Various commands and dir
##########################
CAMLRUN=../boot/ocamlrun
-OCAMLC = $(CAMLRUN) ../boot/ocamlc -I ../boot -warn-error A
-OCAMLOPT = $(CAMLRUN) ../ocamlopt
+OCAMLC = $(CAMLRUN) ../ocamlc -warn-error A
+OCAMLOPT = $(CAMLRUN) ../ocamlopt
OCAMLDEP = $(CAMLRUN) ../tools/ocamldep
OCAMLLEX = $(CAMLRUN) ../boot/ocamllex
OCAMLYACC= ../boot/ocamlyacc
diff --git a/ocamldoc/Makefile.nt b/ocamldoc/Makefile.nt
index 95d86a499..adc5e7926 100644
--- a/ocamldoc/Makefile.nt
+++ b/ocamldoc/Makefile.nt
@@ -14,7 +14,7 @@
!include ..\config\Makefile.nt
CAMLRUN =..\boot\ocamlrun
-OCAMLC =$(CAMLRUN) ..\boot\ocamlc -I ..\boot -warn-error A
+OCAMLC =$(CAMLRUN) ..\ocamlc -warn-error A
OCAMLOPT =$(CAMLRUN) ..\ocamlopt
OCAMLLEX =$(CAMLRUN) ..\boot\ocamllex
OCAMLYACC=..\boot\ocamlyacc