diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1995-05-22 15:43:44 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1995-05-22 15:43:44 +0000 |
commit | ec675d2f9a9b2ec4f1e92f491bde6679e368bc3f (patch) | |
tree | 3a876c0f836b9a39e66fcb679109787fddb51f80 /stdlib | |
parent | 961db5eb54d33eb19105ed800c963ad75ce78425 (diff) |
Detection des types sommes avec trop de constructeurs.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@18 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 2c88ffaa4..e6b845e0e 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -1,7 +1,7 @@ include ../Makefile.config COMPILER=../camlc -CAMLC=../boot/camlrun $(COMPILER) +CAMLC=../byterun/camlrun $(COMPILER) CAMLDEP=../tools/camldep OBJS=pervasives.cmo list.cmo string.cmo char.cmo array.cmo sys.cmo \ |