aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-06-24 13:33:38 +0200
committerLoïc Hoguin <[email protected]>2015-06-24 13:33:38 +0200
commit4050af2ddfe99190679546b4b89e4e06fc73d2fa (patch)
treec8c3637f19ae271e8a979aa09af79734d0a29faf /core/deps.mk
parentf844df5f5813f5ce9a8964c30e4bda3373623d91 (diff)
downloaderlang.mk-4050af2ddfe99190679546b4b89e4e06fc73d2fa.tar.gz
erlang.mk-4050af2ddfe99190679546b4b89e4e06fc73d2fa.tar.bz2
erlang.mk-4050af2ddfe99190679546b4b89e4e06fc73d2fa.zip
Fix amqp_client: link to rabbit_common
Diffstat (limited to 'core/deps.mk')
-rw-r--r--core/deps.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/deps.mk b/core/deps.mk
index cea2242..f356c63 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -533,11 +533,11 @@ ifeq ($(filter $(1),$(NO_AUTOPATCH)),)
echo " PATCH Downloading rabbitmq-codegen"; \
git clone https://github.com/rabbitmq/rabbitmq-codegen.git $(DEPS_DIR)/rabbitmq-codegen; \
fi; \
- if [ ! -d $(DEPS_DIR)/rabbit ]; then \
+ if [ ! -d $(DEPS_DIR)/rabbitmq-server ]; then \
echo " PATCH Downloading rabbitmq-server"; \
- git clone https://github.com/rabbitmq/rabbitmq-server.git $(DEPS_DIR)/rabbit; \
- ln -s $(DEPS_DIR)/rabbit $(DEPS_DIR)/rabbitmq-server; \
- fi \
+ git clone https://github.com/rabbitmq/rabbitmq-server.git $(DEPS_DIR)/rabbitmq-server; \
+ fi; \
+ ln -s $(DEPS_DIR)/amqp_client/deps/rabbit_common-0.0.0 $(DEPS_DIR)/rabbit_common; \
elif [ "$(1)" = "rabbit" -a "$(RABBITMQ_SERVER_PATCH)" ]; then \
if [ ! -d $(DEPS_DIR)/rabbitmq-codegen ]; then \
echo " PATCH Downloading rabbitmq-codegen"; \