]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Fix compilation with GNU make 4.0
authorJulien Rioux <julien.rioux@gmail.com>
Mon, 28 Oct 2013 20:42:43 +0000 (21:42 +0100)
committerJulien Rioux <julien.rioux@gmail.com>
Sun, 3 Nov 2013 10:36:06 +0000 (11:36 +0100)
Fix "recipes commence before first target" error.

Patch from Thomas Klausner.

stepmake/stepmake/po-targets.make

index 8919dab8239e69f0378a0d6071fc1d249f8bbff0..8a0dd76053f51e8a7ef98f4e9b289a7e24c45218 100644 (file)
@@ -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