diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 13:42:28 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-22 13:42:28 +0100 |
| commit | 8fdc34e425479020a35180cf03f040b4252dab35 (patch) | |
| tree | f32c7d0477790001d22692b6873abd40f2a1f373 /Makefile | |
| parent | 750bd4bec3b056e7c9752aad3bb5ad63257d64b8 (diff) | |
| parent | f81dfa2ad4714da599607445ef1f91332fc72494 (diff) | |
| download | rabbitmq-server-git-8fdc34e425479020a35180cf03f040b4252dab35.tar.gz | |
merge default into bug21319
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ $(SOURCE_DIR)/rabbit_framing_amqp_0_8.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_c $(PYTHON) codegen.py body $(AMQP_SPEC_JSON_FILES_0_8) $@ dialyze: $(BEAM_TARGETS) $(BASIC_PLT) - dialyzer --plt $(BASIC_PLT) --no_native \ + dialyzer --plt $(BASIC_PLT) --no_native --fullpath \ -Wrace_conditions $(BEAM_TARGETS) # rabbit.plt is used by rabbitmq-erlang-client's dialyze make target |
