Hi!

GNU make 4.0 is out.

It stops, reporting an error, when trying to build lilypond-2.17.28:

"recipes commence before first target"

It looks to me like a misplaced endif. The attached patch fixes it.

Btw, what are the plans for a 2.18 release? :)
 Thomas
$NetBSD$

--- stepmake/stepmake/po-targets.make.orig      2013-10-06 15:16:08.000000000 
+0000
+++ 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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to