diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-15 14:33:28 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-15 14:33:28 +0000 |
| commit | 6a3ba91db9d3256c7f33f1181a6d5c9011fe4c6f (patch) | |
| tree | 86d40e97733d2568e400b1f3984a0af7114bf9ca /Makefile | |
| parent | 7ca227c1d109aed0754a3e8ac7e63ce030a875fa (diff) | |
| download | rabbitmq-server-git-6a3ba91db9d3256c7f33f1181a6d5c9011fe4c6f.tar.gz | |
don't try to dialyze rabbit.app
...it won't work
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ $(SOURCE_DIR)/rabbit_framing.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.py $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script: $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.rel $(TARGETS) erl -noshell -eval 'systools:make_script("ebin/rabbit", [{path, ["ebin"]}]), halt().' -dialyze: $(TARGETS) +dialyze: $(BEAM_TARGETS) dialyzer -c $? clean: cleandb |
