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/labltk/browser/Makefile.shared | |
parent | 9058296d2f647257aadeb59d7eb859546cf207c9 (diff) |
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/labltk/browser/Makefile.shared')
-rw-r--r-- | otherlibs/labltk/browser/Makefile.shared | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/browser/Makefile.shared b/otherlibs/labltk/browser/Makefile.shared index b6be2fc33..35b8edf7f 100644 --- a/otherlibs/labltk/browser/Makefile.shared +++ b/otherlibs/labltk/browser/Makefile.shared @@ -23,7 +23,7 @@ OBJ = list2.cmo useunix.cmo setpath.cmo lexical.cmo \ help.cmo \ viewer.cmo typecheck.cmo editor.cmo main.cmo -JG = jg_tk.cmo jg_config.cmo jg_bind.cmo jg_completion.cmo \ +JG = jg_tk.cmo jg_config.cmo jg_bind.cmo jg_completion.cmo \ jg_box.cmo \ jg_button.cmo jg_toplevel.cmo jg_text.cmo jg_message.cmo \ jg_menu.cmo jg_entry.cmo jg_multibox.cmo jg_memo.cmo @@ -68,7 +68,7 @@ install: clean: rm -f *.cm? ocamlbrowser$(EXE) dummy.mli *~ *.orig *.$(O) help.ml -depend: +depend: help.ml $(CAMLDEP) *.ml *.mli > .depend shell.cmo: dummy.cmi |