X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fsubstitute-vars.make;h=8d7fd6295bd8264c2de8854a43355beda0c29c56;hb=d30221fa73101baffcb05ec49ec04d366a471824;hp=eb45a465fc9b3ea1fe52ab34dc4599d61bfb4bf8;hpb=70d197c9356247d1c9e35cf731196f6ff6eed90d;p=lilypond.git diff --git a/stepmake/stepmake/substitute-vars.make b/stepmake/stepmake/substitute-vars.make index eb45a465fc..8d7fd6295b 100644 --- a/stepmake/stepmake/substitute-vars.make +++ b/stepmake/stepmake/substitute-vars.make @@ -10,9 +10,10 @@ DATE = $(date) # for all FILE in AT_FILES: # substitute occurrences of @FILE@ with contents $(at-dir)BLA$(at-ext) sed-atfiles = -e '\#' $(foreach i, $(AT_FILES), \ - -e '/@$i@/r $(at-dir)$i$(at-ext)' -e 's%@$i@%%g') + -e '/@$i@/r $(at-dir)/$i$(at-ext)' -e 's%@$i@%%g') # for all VAR in ATVARIABLES # substitute occurrences of @VAR@ with $(VAR) sed-atvariables = -e '\#' $(foreach i, $(ATVARIABLES), -e 's!@$i@!$($i)!g') +