From 610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 04:29:55 -0300 Subject: Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6eb6a22..b38212c 100644 --- a/Makefile +++ b/Makefile @@ -91,6 +91,8 @@ derived-assets = \ $(manpages.XX.N.adoc) \ $(manpages.N) \ $(sources.mo) \ + po/tests/de.mo \ + po/tests/es.mo \ locale/.gitignore \ side-assets = \ @@ -153,7 +155,7 @@ tests.bin-check = \ tests/main.bin-check \ $(functional/main.go:.go=.bin-check) \ -tests/functional/api-usage/bin-check: locale/dir.sentinel +tests/functional/api-usage/main.bin-check: locale/.gitignore $(tests.bin-check): $(EXEC)$*.bin -- cgit v1.2.3