]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/script-rules.make
move lrint define to
[lilypond.git] / stepmake / stepmake / script-rules.make
index c431f2cd29b14c3d248d7798831e7dbc7db8febb..f15e6831e55ba83049358ae01a2ceadc4af6656f 100644 (file)
@@ -1,25 +1,25 @@
 
-$(outdir)/%: %.pl
+$(outdir)/%: %.pl $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.bash
+$(outdir)/%: %.bash $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.scm
+$(outdir)/%: %.scm $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.expect
+$(outdir)/%: %.expect $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.sh
+$(outdir)/%: %.sh $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.py
+$(outdir)/%: %.py $(builddir)/config.make
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@