From: Ian Jackson Date: Thu, 4 Oct 2018 10:39:41 +0000 (+0100) Subject: i18n: po4a: Fix reference to nonexistent translated-always target X-Git-Tag: archive/debian/7.0~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ebc026f5dc772eca16f2a1bc5fb9e9b826998979;p=dgit.git 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 --- diff --git a/po4a/Makefile b/po4a/Makefile index 6cb887c6..6b1792a1 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 $<