diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/dialyzer.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |