summaryrefslogtreecommitdiff
path: root/po4a
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 11:39:41 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-04 16:33:23 +0100
commitebc026f5dc772eca16f2a1bc5fb9e9b826998979 (patch)
tree36db78f1e6399577b0f4cde66c60fa99334b3c19 /po4a
parent33ab412087f8c2403bd0f79f787d04b09e565ffb (diff)
i18n: po4a: Fix reference to nonexistent translated-always target
This -always suffix was replaced with the use of .PHONY during development (and the result squashed), but this one was missed. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'po4a')
-rw-r--r--po4a/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po4a/Makefile b/po4a/Makefile
index 6cb887c..6b1792a 100644
--- a/po4a/Makefile
+++ b/po4a/Makefile
@@ -82,7 +82,7 @@ default: pofiles
include ../i18n-common.make
PO4A ?= po4a
-all: translated-always
+all: translated
pofiles: po4a.cfg
$(PO4A) --no-translations $<