diff options
author | Loïc Hoguin <[email protected]> | 2018-06-21 08:46:54 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-21 08:46:54 +0200 |
commit | 8f6aef7c0533fc7899815ce8d451ed9b9d5c4163 (patch) | |
tree | 6469883963ecd26d645d1a9797680e23562f3985 /core | |
parent | 208a116238e0881ffde8702021c2d0e404a5b336 (diff) | |
download | erlang.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.
Diffstat (limited to 'core')
-rw-r--r-- | core/deps.mk | 2 |
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)) |