Update erlang.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-26 15:33:48 +01:00
parent 7a857b5156
commit b117f62709
1 changed files with 2 additions and 2 deletions

View File

@ -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