From: Julien Rioux Date: Mon, 19 Dec 2011 15:29:39 +0000 (-0500) Subject: Build: Give priority to helper scripts necessary for the build process. X-Git-Tag: release/2.15.26-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6ae469fc8d2e95e4bf5b12c531025f225a0ed5e6;p=lilypond.git Build: Give priority to helper scripts necessary for the build process. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index d750eb2257..d355f5a9cb 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -150,10 +150,13 @@ src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh doc-clean: snippets-clean $(tree-share-prefix)/lilypond-force -default: $(config_h) build-dir-setup +default: $(config_h) build-dir-setup build-scripts build-dir-setup: $(tree-share-prefix)/lilypond-force +build-scripts: + $(MAKE) -C scripts/build + PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po) HELP_CATALOGS = $(PO_FILES:po/%.po=%) CATALOGS = $(HELP_CATALOGS:lilypond=)