From 51f494f542037c34aa04e9b1097eb4ec59e5304f Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Sun, 3 Jan 2016 10:41:49 -0800 Subject: [PATCH] Add missing reference to eradicate directory. Reviewed By: sblackshear Differential Revision: D2798741 fb-gh-sync-id: 5b671f4 --- 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 a9af5d95a..9697a1b9d 100644 --- a/infer/src/Makefile.in +++ b/infer/src/Makefile.in @@ -158,7 +158,7 @@ else EXTRA_DEPS = facebook endif -DEPENDENCIES = $(BACKEND_SOURCES) checkers facebook/checkers facebook/checkers/graphql facebook/scripts harness $(EXTRA_DEPS) +DEPENDENCIES = $(BACKEND_SOURCES) checkers eradicate facebook/checkers facebook/checkers/graphql facebook/scripts harness $(EXTRA_DEPS) OCAMLBUILD = ocamlbuild $(OCAMLBUILD_OPTIONS) -j 0 $(addprefix -I , $(DEPENDENCIES))