build the bdump dict again

Summary:
Recent changes in the makefile seem to have made this dependency disappear and
now nothing builds it!

Reviewed By: akotulski

Differential Revision: D3352670

fbshipit-source-id: 8657e89
master
Jules Villard 9 years ago committed by Facebook Github Bot 8
parent 617ffab0ac
commit e873a2c502

@ -172,7 +172,7 @@ endif
all: infer
infer: init $(INFERPRINT_ATDGEN_STUBS)
infer: init $(INFERPRINT_ATDGEN_STUBS) $(CLANG_BINIOU_DICT)
$(OCAMLBUILD_CONFIG) -build-dir $(INFER_BUILD_DIR) $(INFER_CONFIG_TARGETS)
$(COPY) $(INFER_BUILD_DIR)/$(INFERANALYZE_MAIN).native $(INFERANALYZE_BIN)
$(COPY) $(INFER_BUILD_DIR)/$(INFERPRINT_MAIN).native $(INFERPRINT_BIN)

Loading…
Cancel
Save