summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-12-14 21:45:31 +0000
committerTony Garnock-Jones <tonyg@lshift.net>2009-12-14 21:45:31 +0000
commit69f5859a2e2b6631cd21896d267543e9627ea101 (patch)
tree3b79390a1600a3884b20c4ff3b9e950e0c81037b /Makefile
parent0b511d1b3f4872c0bc96fa06d73e163ab1cb41ec (diff)
downloadrabbitmq-server-git-69f5859a2e2b6631cd21896d267543e9627ea101.tar.gz
Move planning code out of activator and into rabbit proper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9af1cbe4d..1cd48df210 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,6 @@ ERL_CALL=erl_call -sname $(RABBITMQ_NODENAME) -e
ERL_EBIN=erl -noinput -pa $(EBIN_DIR)
all: $(TARGETS)
- ./scripts/rabbitmq-activate-plugins
$(EBIN_DIR)/rabbit.app: $(EBIN_DIR)/rabbit_app.in $(BEAM_TARGETS) generate_app
escript generate_app $(EBIN_DIR) $@ < $<