From 1ca9814191d16fd3c571d93035247db039254fc1 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Mon, 28 Oct 2013 21:42:43 +0100 Subject: [PATCH] Build: Fix compilation with GNU make 4.0 Fix "recipes commence before first target" error. Patch from Thomas Klausner. --- stepmake/stepmake/po-targets.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmake/stepmake/po-targets.make b/stepmake/stepmake/po-targets.make index 8919dab823..8a0dd76053 100644 --- a/stepmake/stepmake/po-targets.make +++ b/stepmake/stepmake/po-targets.make @@ -36,11 +36,11 @@ ifneq ($(strip $(ALL_PO_SOURCES)),) xgettext $(XGETTEXT_OPTIONS) --output-dir=$(po-outdir) \ --keyword=_ --keyword=_f --keyword=_i \ $(XGETTEXT_FLAGS) $(ALL_PO_SOURCES) -endif endif sed -i '1,2d' $(po-outdir)/$(package).po sed -i -e 's/^\# This file is distributed.*/$(sed-header)/' $(po-outdir)/$(package).po sed -i -e 's/^\"Content-Type: text\/plain.*/$(sed-content)/' $(po-outdir)/$(package).po +endif po-update: po -- 2.39.2