aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
diff options
context:
space:
mode:
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 079e41c..2527c03 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -53,7 +53,7 @@ deps::
else
deps:: $(ALL_DEPS_DIRS)
ifndef IS_APP
- for dep in $(ALL_APPS_DIRS) ; do \
+ $(verbose) for dep in $(ALL_APPS_DIRS) ; do \
mkdir -p $$dep/ebin; \
done
$(verbose) for dep in $(ALL_APPS_DIRS) ; do \