]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/substitute-rules.make
Merge commit 'b9d3aec07415ad5e7ad024aa7d73e5c5bfabc82d' into translation
[lilypond.git] / stepmake / stepmake / substitute-rules.make
1
2 # config_make dep isn't working. Why?
3 $(outdir)/%: %.in $(config_make) $(depth)/VERSION
4         rm -f $@
5         cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
6
7