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 f356c63..3bb43ae 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -45,7 +45,7 @@ ifneq ($(IS_DEP),1)
endif
@mkdir -p $(ERLANG_MK_TMP)
@for dep in $(ALL_DEPS_DIRS) ; do \
- if grep -qs ^$$dep$$$$ $(ERLANG_MK_TMP)/deps.log; then \
+ if grep -qs ^$$dep$$ $(ERLANG_MK_TMP)/deps.log; then \
echo -n; \
else \
echo $$dep >> $(ERLANG_MK_TMP)/deps.log; \