From e873a2c5024ee68ad451849578b9e86fc79e631b Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Fri, 27 May 2016 08:00:38 -0700 Subject: [PATCH] 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 --- infer/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/Makefile.in b/infer/src/Makefile.in index 75d2aa31e..a6f252e25 100644 --- a/infer/src/Makefile.in +++ b/infer/src/Makefile.in @@ -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)