aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-21 08:46:54 +0200
committerLoïc Hoguin <[email protected]>2018-06-21 08:46:54 +0200
commit8f6aef7c0533fc7899815ce8d451ed9b9d5c4163 (patch)
tree6469883963ecd26d645d1a9797680e23562f3985
parent208a116238e0881ffde8702021c2d0e404a5b336 (diff)
downloaderlang.mk-8f6aef7c0533fc7899815ce8d451ed9b9d5c4163.tar.gz
erlang.mk-8f6aef7c0533fc7899815ce8d451ed9b9d5c4163.tar.bz2
erlang.mk-8f6aef7c0533fc7899815ce8d451ed9b9d5c4163.zip
Add the version fetched to the DEP line
Also add a missing space character.
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index d6974bf..ac145f9 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -63,7 +63,7 @@ export NO_AUTOPATCH
# Verbosity.
-dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))";
+dep_verbose_0 = @echo " DEP $1 ($(call dep_commit,$1))";
dep_verbose_2 = set -x;
dep_verbose = $(dep_verbose_$(V))