diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-10-28 21:42:43 +0100 |
---|---|---|
committer | Julien Rioux <julien.rioux@gmail.com> | 2013-11-03 11:36:06 +0100 |
commit | 1ca9814191d16fd3c571d93035247db039254fc1 (patch) | |
tree | d6a40afe38a5cfe9913e68a58032368d965901fe /stepmake | |
parent | 025f0236ebab947e6fe2047f20b7f74f4cec3fc4 (diff) |
Build: Fix compilation with GNU make 4.0
Fix "recipes commence before first target" error.
Patch from Thomas Klausner.
Diffstat (limited to 'stepmake')
-rw-r--r-- | stepmake/stepmake/po-targets.make | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ -37,10 +37,10 @@ ifneq ($(strip $(ALL_PO_SOURCES)),) --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 |