From 383a1687d8850c20a7a5d7ff6c0cd1a5753170b3 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 14 Oct 2013 18:02:17 -0700 Subject: make sure the system is compiled before running dialyzer --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 516c2e3..79c2bc4 100644 --- a/Makefile +++ b/Makefile @@ -99,13 +99,13 @@ ct: compile clean-common-test-data test: compile dialyzer eunit ct -$(DEPS_PLT): +$(DEPS_PLT): compile @echo Building local erts plt at $(DEPS_PLT) @echo $(DIALYZER) --output_plt $(DEPS_PLT) --build_plt \ --apps erts kernel stdlib -r deps -dialyzer: $(DEPS_PLT) +dialyzer: compile $(DEPS_PLT) $(DIALYZER) --fullpath --plt $(DEPS_PLT) \ -I include -Wrace_conditions -r ./ebin -- cgit v1.2.3