diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-10 13:45:57 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-09-10 13:45:57 +0100 |
| commit | 2267afef8ce86ff989fba3db1717065eb35ca0ca (patch) | |
| tree | fadbc866d96a3c7346bcd99816e90e69dceb53eb /Makefile | |
| parent | 319aa686bd737d1ae0189881078baa1022eead3a (diff) | |
| download | rabbitmq-server-git-2267afef8ce86ff989fba3db1717065eb35ca0ca.tar.gz | |
add mochinum.erl, which is needed by mochijson2.erl
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -146,8 +146,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 --fullpath \ - -Wrace_conditions $(BEAM_TARGETS) + dialyzer --plt $(BASIC_PLT) --no_native --fullpath $(BEAM_TARGETS) # rabbit.plt is used by rabbitmq-erlang-client's dialyze make target create-plt: $(RABBIT_PLT) |
