From: Julien Rioux Date: Tue, 16 Jul 2013 12:34:13 +0000 (+0200) Subject: Build: Search out dir before src dir (issue 3121). X-Git-Tag: release/2.17.23-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7598ad13fa727cce331bfcf944eb7e9cd224a19e;p=lilypond.git Build: Search out dir before src dir (issue 3121). --- diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 5c5e1efe3e..985197a4db 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -27,10 +27,10 @@ MUSICXML2LY = $(script-dir)/musicxml2ly.py CONVERT_LY = $(script-dir)/convert-ly.py LILYPOND_BOOK = $(script-dir)/lilypond-book.py -LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \ +LILYPOND_BOOK_INCLUDES = -I $(outdir) -I $(src-dir) -I $(input-dir) \ -I $(top-src-dir)/Documentation -I $(top-build-dir)/Documentation/snippets/out \ -I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \ - -I $(top-build-dir)/mf/$(outconfbase)/ \ + -I $(top-build-dir)/mf/$(outconfbase)/ \ -I $(top-build-dir)/mf/out/ \ -I $(top-src-dir)/Documentation/pictures \ -I $(top-build-dir)/Documentation/pictures/$(outdir)