]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: Give priority to helper scripts necessary for the build process.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 19 Dec 2011 15:29:39 +0000 (10:29 -0500)
committerJulien Rioux <jrioux@physics.utoronto.ca>
Mon, 16 Jan 2012 06:30:20 +0000 (01:30 -0500)
GNUmakefile.in

index d750eb2257dd0c93400b17899b3f399c14b90706..d355f5a9cbdb1d2cd2aadc43da19b9f4dc461cbc 100644 (file)
@@ -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=)