]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-vars.make
use sed-atfiles to put relocation handling in python scripts.
[lilypond.git] / stepmake / stepmake / substitute-vars.make
index eb45a465fc9b3ea1fe52ab34dc4599d61bfb4bf8..8d7fd6295bd8264c2de8854a43355beda0c29c56 100644 (file)
@@ -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')
 
+