summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-19 13:01:36 +0100
committerFrancesco Mazzoli <francesco@rabbitmq.com>2012-09-19 13:01:36 +0100
commit7844be19f3f24bc6d92cb5e329692a4872f5187f (patch)
tree95a9bb1f2abd38bd695408e9dcdba9301945f5c4 /Makefile
parent5293ded9f0d57719419a0a53fd3920ce7fbe4345 (diff)
downloadrabbitmq-server-git-7844be19f3f24bc6d92cb5e329692a4872f5187f.tar.gz
fix `rabbit_mnesia:is_virgin_node/0', was checking only for one status file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3729cfa41..c63e3dfdc1 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c
dialyze: $(BEAM_TARGETS) $(BASIC_PLT)
dialyzer --plt $(BASIC_PLT) --no_native --fullpath \
- -Wrace_conditions $(BEAM_TARGETS)
+ $(BEAM_TARGETS)
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target
create-plt: $(RABBIT_PLT)