summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-08-19 01:37:58 +0100
committerMatthias Radestock <matthias@lshift.net>2009-08-19 01:37:58 +0100
commitd1cb178e854bc7943953019c8535c7bda4ce6783 (patch)
tree6b8af67240273478219ccde1f4f5b6af4767d736 /Makefile
parentfede0abe6ba0b68149b5432ab7953b4031595f9e (diff)
downloadrabbitmq-server-git-d1cb178e854bc7943953019c8535c7bda4ce6783.tar.gz
remove outdated comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2c1becc615..1dcf736279 100644
--- a/Makefile
+++ b/Makefile
@@ -39,9 +39,6 @@ AMQP_SPEC_JSON_PATH=$(AMQP_CODEGEN_DIR)/amqp-0.8.json
ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e
-# for the moment we don't use boot files because they introduce a
-# dependency on particular versions of OTP applications
-#all: $(EBIN_DIR)/rabbit.boot
all: $(TARGETS)
$(EBIN_DIR)/rabbit.app: $(EBIN_DIR)/rabbit_app.in $(BEAM_TARGETS) generate_app