aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-08-28 17:28:38 +0200
committerLoïc Hoguin <[email protected]>2017-08-28 17:28:38 +0200
commit11d1b13188f2fdca827adff6086e4937f76b8dff (patch)
tree1f60e09a9fb581e415cfd7ae3efcb5d924c1dc82
parent30e307f3cf31ced95008cfd3a2536bd67c603870 (diff)
downloaderlang.mk-2017.08.28.tar.gz
erlang.mk-2017.08.28.tar.bz2
erlang.mk-2017.08.28.zip
Remove stray $t variable2017.08.28
-rw-r--r--core/deps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/deps.mk b/core/deps.mk
index a8074d6..94abc87 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -172,7 +172,7 @@ endef
# if given. Do it for all 3 possible Makefile file names.
ifeq ($(NO_AUTOPATCH_ERLANG_MK),)
define dep_autopatch_erlang_mk
- $t for f in Makefile makefile GNUmakefile; do \
+ for f in Makefile makefile GNUmakefile; do \
if [ -f $(DEPS_DIR)/$1/$$f ]; then \
sed -i.bak s/'include *erlang.mk'/'include $$(if $$(ERLANG_MK_FILENAME),$$(ERLANG_MK_FILENAME),erlang.mk)'/ $(DEPS_DIR)/$1/$$f; \
fi \