aboutsummaryrefslogtreecommitdiffstats
path: root/core/deps.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-06-24 19:37:27 +0200
committerLoïc Hoguin <[email protected]>2019-06-24 19:37:27 +0200
commitc26ffe195abd7f5777f0cc8cd2693768f64aeeb5 (patch)
tree4f1e0395930e3e6f25fc01c1ca2d8a2cae8ea4e7 /core/deps.mk
parent84df4e23878e15b7e3c76e97491f5a1f7b09a95f (diff)
downloaderlang.mk-c26ffe195abd7f5777f0cc8cd2693768f64aeeb5.tar.gz
erlang.mk-c26ffe195abd7f5777f0cc8cd2693768f64aeeb5.tar.bz2
erlang.mk-c26ffe195abd7f5777f0cc8cd2693768f64aeeb5.zip
Rename force_rebuilding_dep to force_rebuild_dep
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 2ecb0d2..4146cc0 100644
--- a/core/deps.mk
+++ b/core/deps.mk
@@ -130,7 +130,7 @@ ifneq ($(ALL_DEPS_DIRS),)
:; \
else \
echo $$dep >> $(ERLANG_MK_TMP)/deps.log; \
- if [ -z "$(strip $(FULL))" ] $(if $(force_rebuilding_dep),&& ! ($(call force_rebuilding_dep,$$dep)),) && [ ! -L $$dep ] && [ -f $$dep/ebin/dep_built ]; then \
+ if [ -z "$(strip $(FULL))" ] $(if $(force_rebuild_dep),&& ! ($(call force_rebuild_dep,$$dep)),) && [ ! -L $$dep ] && [ -f $$dep/ebin/dep_built ]; then \
:; \
elif [ -f $$dep/GNUmakefile ] || [ -f $$dep/makefile ] || [ -f $$dep/Makefile ]; then \
$(MAKE) -C $$dep IS_DEP=1; \