diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-06-04 15:13:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-06-04 15:13:13 +0000 |
commit | a5f04934e20573966655c859b0b46b3fe67c32df (patch) | |
tree | 72c6ef1e0effbae1305c8c87a77b2a4dff3056fa /otherlibs/str | |
parent | 3433f745f102da0168a67a96efa83b9553fae4bd (diff) |
Compiler w.r.t. stdlib, pas boot.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@863 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/str')
-rw-r--r-- | otherlibs/str/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |