X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fly.make;fp=make%2Fly.make;h=f9a3f212d447e64408b41f804065d934bd209750;hb=38e0fd809d01de319d40224b5d2279888304b2d3;hp=caee2d22452b6bfee80c04e20047d3e4af64e46f;hpb=88755cdba14fe06fbe7f434841e193c5474c5a6b;p=lilypond.git diff --git a/make/ly.make b/make/ly.make index caee2d2245..f9a3f212d4 100644 --- a/make/ly.make +++ b/make/ly.make @@ -10,14 +10,14 @@ # Magic: find and include LilyPond's StepMake rules # # 0: try local tree -# 1: follow LILYPONDPREFIX +# 1: follow LILYPOND_DATADIR # 2: try source tree in home # 3: try installed tree in $HOME # 4: try system installed tree # 5: try system installed tree # make-root=$(wildcard $(depth)/make) -make-root?=$(wildcard $(LILYPONDPREFIX)/make) +make-root?=$(wildcard $(LILYPOND_DATADIR)/make) make-root?=$(wildcard $(HOME)/usr/src/lilypond/make) make-root?=$(wildcard $(HOME)/usr/share/lilypond/make) make-root?=$(wildcard /usr/share/lilypond/make)