summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/entities/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/entities/Makefile b/common/entities/Makefile
index f4cbc2a..86fcda6 100644
--- a/common/entities/Makefile
+++ b/common/entities/Makefile
@@ -72,6 +72,7 @@ help::
#
define PO_template
.PHONY: po-${1}
+.PRECIOUS: ${1}.po
po-${1} ${1}.po:: entities.pot
if [ ! -f ${1}.po ]; then \
cp $$< ${1}.po; \