X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fscript-rules.make;h=bf6589e15c3c1796d85f4141b858ee6867f7e0a6;hb=7ee8350606adbc387625e8a1b272a9837a73b73b;hp=9c7e0e7cef9558caae934d0847b195b999f633ee;hpb=31de5573a9c7e3a69b5ab67e2b0734ba88285b64;p=lilypond.git diff --git a/stepmake/stepmake/script-rules.make b/stepmake/stepmake/script-rules.make index 9c7e0e7cef..bf6589e15c 100644 --- a/stepmake/stepmake/script-rules.make +++ b/stepmake/stepmake/script-rules.make @@ -1,25 +1,25 @@ -$(outdir)/%: %.pl $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.pl $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.bash $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.bash $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.scm $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.scm $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.expect $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.expect $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.sh $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.sh $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles)$(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.py $(config_make) - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.py $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@ chmod 755 $@