diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2011-08-04 14:59:13 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2011-08-04 14:59:13 +0000 |
commit | d9eb848d869e656988d6159a3594e4c0fa4def21 (patch) | |
tree | cadec2615dd2c128fd2f5d5228c4cb27fc3e7a86 /otherlibs/dynlink | |
parent | 9058296d2f647257aadeb59d7eb859546cf207c9 (diff) | |
download | ocaml-d9eb848d869e656988d6159a3594e4c0fa4def21.tar.gz |
PR#5238, PR#5277: Sys_error when getting error location
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11166 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/dynlink')
-rw-r--r-- | otherlibs/dynlink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/dynlink/Makefile b/otherlibs/dynlink/Makefile index c44451c0e3..e6a632956b 100644 --- a/otherlibs/dynlink/Makefile +++ b/otherlibs/dynlink/Makefile @@ -28,7 +28,7 @@ COMPILEROBJS=\ ../../utils/misc.cmo ../../utils/config.cmo ../../utils/clflags.cmo \ ../../utils/tbl.cmo ../../utils/consistbl.cmo \ ../../utils/terminfo.cmo ../../utils/warnings.cmo \ - ../../parsing/asttypes.cmi ../../parsing/linenum.cmo \ + ../../parsing/asttypes.cmi \ ../../parsing/location.cmo ../../parsing/longident.cmo \ ../../typing/ident.cmo ../../typing/path.cmo \ ../../typing/primitive.cmo ../../typing/types.cmo \ |