diff options
author | Matthias Radestock <matthias@lshift.net> | 2009-08-19 01:37:58 +0100 |
---|---|---|
committer | Matthias Radestock <matthias@lshift.net> | 2009-08-19 01:37:58 +0100 |
commit | e4862945d91dd5fead85a8db6a48c480a31746ac (patch) | |
tree | 6b8af67240273478219ccde1f4f5b6af4767d736 | |
parent | a414dd210d478eab9e5892d3511a2ec5e2135c6e (diff) | |
download | rabbitmq-server-e4862945d91dd5fead85a8db6a48c480a31746ac.tar.gz |
remove outdated comment
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |