summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-26 15:33:06 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-26 15:33:06 +0100
commit5f8bdce5bd4b7473dec5ac1e2c9245fd90d8bf27 (patch)
tree3bf3bef0b89c7c8e314b94f6b5f8bbdb7ce87db7
parent56239e6ea88aec7b563dc486d2ef4929ccb50866 (diff)
downloadrabbitmq-server-git-5f8bdce5bd4b7473dec5ac1e2c9245fd90d8bf27.tar.gz
Update erlang.mk
-rw-r--r--erlang.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index c82720e3db..67ab11f7f5 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -16,7 +16,7 @@
ERLANG_MK_FILENAME := $(realpath $(lastword $(MAKEFILE_LIST)))
-ERLANG_MK_VERSION = 1.2.0-837-gc291aa8-dirty
+ERLANG_MK_VERSION = 1.2.0-839-g166b155-dirty
# Core configuration.
@@ -4660,7 +4660,7 @@ ifeq ($(filter $(1),$(NO_AUTOPATCH)),)
git clone https://github.com/rabbitmq/rabbitmq-codegen.git $(DEPS_DIR)/rabbitmq-codegen; \
fi \
else \
- $(call dep_autopatch,$(DEP_NAME)) \
+ $$(call dep_autopatch,$(DEP_NAME)) \
fi
endif
endef