summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-11-10 23:05:42 +0000
committerMatthias Radestock <matthias@rabbitmq.com>2010-11-10 23:05:42 +0000
commita62164abe3b124be60a9025000ca8f2242468810 (patch)
tree40fb8345d57a8992da072ddf7ebf0aa0ec4a6af5
parent3cfdc16761b3119eaca7f4d1a57bb7c81e2ddca5 (diff)
downloadrabbitmq-server-git-a62164abe3b124be60a9025000ca8f2242468810.tar.gz
don't check behaviours - the check isn't ready for prime time yet
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18f00889e1..9e2c3e3d98 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,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 \
- -Wrace_conditions -Wbehaviours $(BEAM_TARGETS)
+ -Wrace_conditions $(BEAM_TARGETS)
# rabbit.plt is used by rabbitmq-erlang-client's dialyze make target
create-plt: $(RABBIT_PLT)