X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fly.make;h=f9a3f212d447e64408b41f804065d934bd209750;hb=ba45c2d6338d83f8630be6ab3b454eca4d47adec;hp=caee2d22452b6bfee80c04e20047d3e4af64e46f;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;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)