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 | d1cb178e854bc7943953019c8535c7bda4ce6783 (patch) | |
| tree | 6b8af67240273478219ccde1f4f5b6af4767d736 | |
| parent | fede0abe6ba0b68149b5432ab7953b4031595f9e (diff) | |
| download | rabbitmq-server-git-d1cb178e854bc7943953019c8535c7bda4ce6783.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 |
