summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-01-15 14:33:28 +0000
committerMatthias Radestock <matthias@lshift.net>2009-01-15 14:33:28 +0000
commit6a3ba91db9d3256c7f33f1181a6d5c9011fe4c6f (patch)
tree86d40e97733d2568e400b1f3984a0af7114bf9ca /Makefile
parent7ca227c1d109aed0754a3e8ac7e63ce030a875fa (diff)
downloadrabbitmq-server-git-6a3ba91db9d3256c7f33f1181a6d5c9011fe4c6f.tar.gz
don't try to dialyze rabbit.app
...it won't work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 962b6f4bb3..fede89e186 100644
--- a/Makefile
+++ b/Makefile
@@ -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