From e4bce71f2be951e649600b09f8c2760538e51fcf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 26 Feb 2020 20:07:55 +1000 Subject: [PATCH] need to invoke make for pull-i18n suggestions on a more elegant want to avoid executing these rules every time without needing to invoke make welcome! --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7c0126405..60448e2de 100644 --- a/Makefile +++ b/Makefile @@ -51,11 +51,11 @@ run: develop prepare: rslib/ftl/repo qt/ftl/repo qt/po/repo rslib/ftl/repo: - pull-i18n + $(MAKE) pull-i18n qt/ftl/repo: - pull-i18n + $(MAKE) pull-i18n qt/po/repo: - pull-i18n + $(MAKE) pull-i18n .PHONY: build build: clean-dist build-rspy build-pylib build-qt add-buildhash