From 402a594c7b94d9df26454e1ec88646aeed56e672 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 13 Jan 2020 14:55:32 +1000 Subject: [PATCH] buildinfo required to generate hooks --- pylib/Makefile | 2 +- qt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylib/Makefile b/pylib/Makefile index f519323a5..39709a225 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -31,7 +31,7 @@ PROTODEPS := $(wildcard ../proto/*.proto) python tools/genhooks.py @touch $@ -BUILD_STEPS := .build/run-deps .build/dev-deps .build/py-proto .build/hooks anki/buildinfo.py +BUILD_STEPS := .build/run-deps .build/dev-deps .build/py-proto anki/buildinfo.py .build/hooks # Checking ###################### diff --git a/qt/Makefile b/qt/Makefile index 0791bab04..2c0123e14 100644 --- a/qt/Makefile +++ b/qt/Makefile @@ -39,7 +39,7 @@ TSDEPS := $(wildcard ts/src/*.ts) python tools/genhooks.py @touch $@ -BUILD_STEPS := .build/run-deps .build/dev-deps .build/js .build/ui .build/hooks .build/i18n aqt/buildinfo.py +BUILD_STEPS := .build/run-deps .build/dev-deps .build/js .build/ui aqt/buildinfo.py .build/hooks .build/i18n # Checking ######################