From 49952d731fda28aad310cbe12de9ff8ffac003ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 31 Oct 2016 02:05:59 +0200 Subject: Fix a missing file warning --- plugins/dialyzer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/dialyzer.mk b/plugins/dialyzer.mk index 24533fc..4454618 100644 --- a/plugins/dialyzer.mk +++ b/plugins/dialyzer.mk @@ -43,7 +43,7 @@ endef $(DIALYZER_PLT): deps app $(verbose) dialyzer --build_plt --apps erts kernel stdlib $(PLT_APPS) $(OTP_DEPS) $(LOCAL_DEPS) \ - `cat $(ERLANG_MK_TMP)/deps.log` + `test -f $(ERLANG_MK_TMP)/deps.log && cat $(ERLANG_MK_TMP)/deps.log` plt: $(DIALYZER_PLT) -- cgit v1.2.3