summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-08-25 17:46:35 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit38184c99dcc0575a4d0baaeb8926a425ad362893 (patch)
tree42504caac94901280efb6a90093d96f7c6458e31
parent633fc492cdceac1efc049122d5f3d887cf05e998 (diff)
downloadrabbitmq-server-git-38184c99dcc0575a4d0baaeb8926a425ad362893.tar.gz
`rabbitmq_common` is now `rabbit_common`
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ca164b81b7..9899ed33c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJECT = rabbit
-DEPS = rabbitmq_common
-dep_rabbitmq_common = git file:///home/dumbbell/Projects/pivotal/other-repos/rabbitmq-common master
+DEPS = rabbit_common
+dep_rabbit_common = git file:///home/dumbbell/Projects/pivotal/other-repos/rabbitmq-common master
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))
@@ -25,7 +25,7 @@ COMPILE_FIRST = $(basename \
$(notdir \
$(shell grep -lw '^behaviour_info' src/*.erl)))
-RMQ_ERLC_OPTS += -I $(DEPS_DIR)/rabbitmq_common/include
+RMQ_ERLC_OPTS += -I $(DEPS_DIR)/rabbit_common/include
ifdef INSTRUMENT_FOR_QC
RMQ_ERLC_OPTS += -DINSTR_MOD=gm_qc