From 6a3ba91db9d3256c7f33f1181a6d5c9011fe4c6f Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Thu, 15 Jan 2009 14:33:28 +0000 Subject: [PATCH] don't try to dialyze rabbit.app ...it won't work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 962b6f4bb3..fede89e186 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ $(SOURCE_DIR)/rabbit_framing.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.py $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script: $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.rel $(TARGETS) erl -noshell -eval 'systools:make_script("ebin/rabbit", [{path, ["ebin"]}]), halt().' -dialyze: $(TARGETS) +dialyze: $(BEAM_TARGETS) dialyzer -c $? clean: cleandb