]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/substitute-rules.make
* lily/GNUmakefile (OUT_DIST_FILES): Bugfix.
[lilypond.git] / stepmake / stepmake / substitute-rules.make
index 6faf105a3869ec2ef6cf92a2570c3bd33a0bc98c..ad63c0f7e6fe8608634449e26597bca595c624ec 100644 (file)
@@ -1,5 +1,7 @@
 
-$(outdir)/%: %.in
+# config_make dep isn't working. Why?  
+$(outdir)/%: %.in $(config_make) $(depth)/VERSION
        rm -f $@
-       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@
+