summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2022-06-20 12:16:38 +0200
committerLubomir Rintel <lkundrak@v3.sk>2022-06-27 09:28:15 +0200
commitdc1d84919b05b2da6e2695fbde117c0ac20f3110 (patch)
tree642f3d1da1f2637d7578712cfe44aad89967a51e
parentbdbef91530811063dfcd887b09e2fb1a94e8f53e (diff)
po: make dist depend on update-polr/gettext
This works around a race condition with gettext Makefile. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1094#note_1435313
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index b858b6db7d..ebd690f6bd 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -75,4 +75,4 @@ PO_DEPENDS_ON_POT = no
# regenerate PO files on "make dist". Possible values are "yes" and
# "no". Set this to no if the POT file and PO files are maintained
# externally.
-DIST_DEPENDS_ON_UPDATE_PO = no
+DIST_DEPENDS_ON_UPDATE_PO = yes