From: Julien Rioux Date: Tue, 21 Feb 2012 10:25:50 +0000 (-0500) Subject: Build: Don't use immediate expansion of variable. X-Git-Tag: release/2.15.31-1~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d7f915509a80b06e2788e89de28f7fae6d2ac71a;p=lilypond.git Build: Don't use immediate expansion of variable. For out-of-source builds, get rid of this warning: ls: cannot access ../../Documentation/snippets/*.ly: No such file --- diff --git a/Documentation/po/GNUmakefile b/Documentation/po/GNUmakefile index 9849b93546..7fe191f1d5 100644 --- a/Documentation/po/GNUmakefile +++ b/Documentation/po/GNUmakefile @@ -12,7 +12,7 @@ DOC_PO_SOURCES = python/auxiliar/postprocess_html.py \ scripts/auxiliar/tely-gettext.py scripts/auxiliar/translations-status.py TELY_FILES = $(shell ls $(depth)/Documentation/*.tely) TELY_FILES += $(foreach l, $(LANGS), $(shell ls $(depth)/Documentation/$(l)/*.tely)) -LSR_LYS := $(shell ls $(depth)/Documentation/snippets/*.ly) +LSR_LYS = $(shell ls $(depth)/Documentation/snippets/*.ly) TELY_FILES += $(LSR_LYS:%.ly=../%.ly) messages: $(outdir)/messages