summaryrefslogtreecommitdiff
path: root/tools/Makefile.shared
diff options
context:
space:
mode:
authorJeremie Dimino <jdimino@janestreet.com>2015-12-17 10:42:47 +0000
committerJeremie Dimino <jdimino@janestreet.com>2015-12-17 10:42:47 +0000
commitb95a642bdc4478d8cdb40dcfdbc1ada58b08d2f9 (patch)
tree8f431d73a2d90c4fbf241bb1fb211a41191935b9 /tools/Makefile.shared
parentb1f6abc45ce575ea4ff0c5dcd13b182e35929318 (diff)
downloadocaml-b95a642bdc4478d8cdb40dcfdbc1ada58b08d2f9.tar.gz
PR#6795, PR#6996: make ocamldep interpret [%ocaml.error]
Diffstat (limited to 'tools/Makefile.shared')
-rw-r--r--tools/Makefile.shared2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.shared b/tools/Makefile.shared
index c4a56e5259..698288fc75 100644
--- a/tools/Makefile.shared
+++ b/tools/Makefile.shared
@@ -38,7 +38,7 @@ CAMLDEP_OBJ=depend.cmo ocamldep.cmo
CAMLDEP_IMPORTS=misc.cmo config.cmo clflags.cmo terminfo.cmo \
warnings.cmo location.cmo longident.cmo docstrings.cmo \
syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo \
- ccomp.cmo ast_mapper.cmo pparse.cmo compenv.cmo
+ ccomp.cmo ast_mapper.cmo pparse.cmo compenv.cmo builtin_attributes.cmo
ocamldep: depend.cmi $(CAMLDEP_OBJ)
$(CAMLC) $(LINKFLAGS) -compat-32 -o ocamldep $(CAMLDEP_IMPORTS) $(CAMLDEP_OBJ)