diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2001-12-13 13:59:27 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2001-12-13 13:59:27 +0000 |
commit | 06bad3978d97b97b7b0c59c48ce22073129c2547 (patch) | |
tree | ec0da3f014fa9ba3bcf3c2d1c0073d5c94918097 /otherlibs | |
parent | 0260b5681377b413eb3efed0e5e12d659b31d5fc (diff) |
MacOS 9
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4164 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs')
-rw-r--r-- | otherlibs/dynlink/Makefile.Mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/dynlink/Makefile.Mac b/otherlibs/dynlink/Makefile.Mac index ab963abf6..3b7fca1cb 100644 --- a/otherlibs/dynlink/Makefile.Mac +++ b/otherlibs/dynlink/Makefile.Mac @@ -23,7 +23,7 @@ OBJS = dynlink.cmo COMPILEROBJS = misc.cmo config.cmo tbl.cmo ¶ clflags.cmo ident.cmo path.cmo ¶ types.cmo btype.cmo predef.cmo runtimedef.cmo ¶ - bytesections.cmo symtable.cmo opcodes.cmo + bytesections.cmo dll.cmo symtable.cmo opcodes.cmo meta.cmo all Ä dynlink.cma extract_crc |