summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-09-01 10:48:13 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit0b4131479931e2fb88d083ba7f812cee14018659 (patch)
treebec7b9d39442c92b8eeca754ae6aa86f6edb6510
parentb28fbfce63963edc060927f641cbb00f9944fc50 (diff)
downloadrabbitmq-server-git-0b4131479931e2fb88d083ba7f812cee14018659.tar.gz
Makefile: Take rabbitmq-common from GitHub
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 065126179e..4e82904568 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJECT = rabbit
DEPS += rabbit_common
-dep_rabbit_common = git file:///home/dumbbell/Projects/pivotal/other-repos/rabbitmq-common master
+dep_rabbit_common = git https://github.com/rabbitmq/rabbitmq-common.git master
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))