aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-05-19 17:12:42 +0300
committerLoïc Hoguin <[email protected]>2015-05-19 17:12:42 +0300
commit94f223220e1c32fe6f1051a263451d00d8331ddb (patch)
tree8abad954ee4e2cc2c741fb981d1397d3ac744225 /core/deps.mk
parent22cf278512eb4125b719929cfbb536f53c633736 (diff)
downloaderlang.mk-94f223220e1c32fe6f1051a263451d00d8331ddb.tar.gz
erlang.mk-94f223220e1c32fe6f1051a263451d00d8331ddb.tar.bz2
erlang.mk-94f223220e1c32fe6f1051a263451d00d8331ddb.zip
Add node_package to rebar autopatch ignore
For basho_bench, forgot to commit before.
Diffstat (limited to 'core/deps.mk')
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index eb552a3..b0bde16 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -146,7 +146,7 @@ define dep_autopatch_rebar.erl
Escape = fun (Text) ->
re:replace(Text, "\\\\$$$$", "\$$$$$$$$", [global, {return, list}])
end,
- Write("IGNORE_DEPS = edown eper eunit_formatters meck "
+ Write("IGNORE_DEPS = edown eper eunit_formatters meck node_package "
"rebar_lock_deps_plugin rebar_vsn_plugin reltool_util\n\n"),
fun() ->
Write("ERLC_OPTS = +debug_info\n"),