diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-19 13:01:36 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-19 13:01:36 +0100 |
| commit | 7844be19f3f24bc6d92cb5e329692a4872f5187f (patch) | |
| tree | 95a9bb1f2abd38bd695408e9dcdba9301945f5c4 /Makefile | |
| parent | 5293ded9f0d57719419a0a53fd3920ce7fbe4345 (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
