From f940c326c280c65077851c0eb4914850c73959b5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 17 Feb 2020 15:48:27 +1000 Subject: [PATCH] fix initial build failing --- qt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/Makefile b/qt/Makefile index 969c58f19..25e4def96 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -25,7 +25,7 @@ all: check ./tools/build_ui.sh @touch $@ -.build/i18n: i18n/po $(wildcard i18n/po/desktop/*/anki.po) $(wildcard i18n/ftl/core/*/*.ftl) +.build/i18n: $(wildcard i18n/po/desktop/*/anki.po) $(wildcard i18n/ftl/core/*/*.ftl) (cd i18n && ./pull-git && ./build-mo-files && ./copy-qt-files && ./copy-ftl-files) @touch $@