summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/dynlink/Makefile2
-rw-r--r--otherlibs/graph/Makefile2
-rw-r--r--otherlibs/num/Makefile2
-rw-r--r--otherlibs/str/Makefile2
-rw-r--r--otherlibs/threads/Makefile2
-rw-r--r--otherlibs/unix/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/otherlibs/dynlink/Makefile b/otherlibs/dynlink/Makefile
index 3acab542f..fd7ca25a2 100644
--- a/otherlibs/dynlink/Makefile
+++ b/otherlibs/dynlink/Makefile
@@ -4,7 +4,7 @@ include ../../config/Makefile
CAMLC=../../boot/ocamlrun ../../boot/ocamlc
INCLUDES=-I ../../utils -I ../../typing -I ../../bytecomp
-COMPFLAGS=-I ../../boot $(INCLUDES)
+COMPFLAGS=-I ../../stdlib $(INCLUDES)
OBJS=dynlink.cmo
COMPILEROBJS=misc.cmo tbl.cmo clflags.cmo config.cmo ident.cmo \
diff --git a/otherlibs/graph/Makefile b/otherlibs/graph/Makefile
index 08ebb982a..ef707a497 100644
--- a/otherlibs/graph/Makefile
+++ b/otherlibs/graph/Makefile
@@ -5,7 +5,7 @@ include ../../config/Makefile
CC=$(BYTECC)
CFLAGS=-I../../byterun -I$(X11_INCLUDES) -O $(BYTECCCOMPOPTS)
-CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
+CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
OBJS=open.o draw.o fill.o color.o text.o \
diff --git a/otherlibs/num/Makefile b/otherlibs/num/Makefile
index 02811d40c..00d34d102 100644
--- a/otherlibs/num/Makefile
+++ b/otherlibs/num/Makefile
@@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-O -I./bignum/h -I../../byterun $(BYTECCCOMPOPTS)
-CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
+CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
CAMLOBJS=int_misc.cmo string_misc.cmo nat.cmo big_int.cmo arith_flags.cmo \
diff --git a/otherlibs/str/Makefile b/otherlibs/str/Makefile
index 65ebf97c4..a13bba04d 100644
--- a/otherlibs/str/Makefile
+++ b/otherlibs/str/Makefile
@@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-O -I$(REGEXLIB) -I../../byterun $(BYTECCCOMPOPTS)
-CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
+CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
REGEXLIB=regex-0.12
COBJS=strstubs.o $(REGEXLIB)/regex.o
diff --git a/otherlibs/threads/Makefile b/otherlibs/threads/Makefile
index 7c543470c..5980b2f55 100644
--- a/otherlibs/threads/Makefile
+++ b/otherlibs/threads/Makefile
@@ -3,7 +3,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS)
-CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot -I ../unix
+CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib -I ../unix
C_OBJS=scheduler.o
CAML_OBJS=thread.cmo threadIO.cmo threadUnix.cmo \
diff --git a/otherlibs/unix/Makefile b/otherlibs/unix/Makefile
index 06566781d..4d2fba3e2 100644
--- a/otherlibs/unix/Makefile
+++ b/otherlibs/unix/Makefile
@@ -5,7 +5,7 @@ include ../../config/Makefile
# Compilation options
CC=$(BYTECC)
CFLAGS=-I../../byterun -O $(BYTECCCOMPOPTS)
-CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../boot
+CAMLC=../../boot/ocamlrun ../../boot/ocamlc -I ../../stdlib
CAMLOPT=../../boot/ocamlrun ../../ocamlopt -I ../../stdlib
OBJS=accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o \