|
@@ -206,6 +206,9 @@ ifneq ($(ALL_DEPS_DIRS),)
|
|
|
echo $$dep >> $(ERLANG_MK_TMP)/deps.log; \
|
|
|
if [ -z "$(strip $(FULL))" ] $(if $(force_rebuild_dep),&& ! ($(call force_rebuild_dep,$$dep)),) && [ ! -L $$dep ] && [ -f $$dep/ebin/dep_built ]; then \
|
|
|
:; \
|
|
|
+ elif [ "$$dep" = "$(DEPS_DIR)/hut" -a "$(HUT_PATCH)" ]; then \
|
|
|
+ $(MAKE) -C $$dep app IS_DEP=1; \
|
|
|
+ if [ ! -L $$dep ] && [ -d $$dep/ebin ]; then touch $$dep/ebin/dep_built; fi; \
|
|
|
elif [ -f $$dep/GNUmakefile ] || [ -f $$dep/makefile ] || [ -f $$dep/Makefile ]; then \
|
|
|
$(MAKE) -C $$dep IS_DEP=1; \
|
|
|
if [ ! -L $$dep ] && [ -d $$dep/ebin ]; then touch $$dep/ebin/dep_built; fi; \
|