From 6ae469fc8d2e95e4bf5b12c531025f225a0ed5e6 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Mon, 19 Dec 2011 10:29:39 -0500 Subject: [PATCH] Build: Give priority to helper scripts necessary for the build process. --- GNUmakefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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=) -- 2.39.2