diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 04:29:55 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 06:13:33 -0300 |
commit | 610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa (patch) | |
tree | 13c65fbcbf25c42ef4ee12af2fdb3d4ed4c9d943 | |
parent | Do not install po/tests/*.mo files (diff) | |
download | gotext-610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa.tar.gz gotext-610f7d43f62b46aaa3eb47b2a1d90e7850b3fdaa.tar.xz |
Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |