summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1996-04-29 13:23:25 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1996-04-29 13:23:25 +0000
commit4946407f015e9e71e4029982f6b890e31159e53b (patch)
tree1f4bd1163f4d1c0360058671c17ecc8f8ddd895d /stdlib/Makefile
parentff2f0ba86fd1ad7241c52a07c2a317b5cb404364 (diff)
downloadocaml-4946407f015e9e71e4029982f6b890e31159e53b.tar.gz
Pervasives: ajout option Open_nonblock
Stream: commentaire. Makefile: ajout de Genlex. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@769 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index c615156b91..408eefbf11 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -12,7 +12,7 @@ OBJS=pervasives.cmo list.cmo string.cmo char.cmo array.cmo sys.cmo \
hashtbl.cmo sort.cmo filename.cmo obj.cmo lexing.cmo parsing.cmo \
set.cmo map.cmo stack.cmo queue.cmo stream.cmo \
printf.cmo format.cmo arg.cmo printexc.cmo gc.cmo \
- digest.cmo random.cmo oo.cmo
+ digest.cmo random.cmo oo.cmo genlex.cmo
all: stdlib.cma std_exit.cmo cslheader