]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/script-rules.make
*** empty log message ***
[lilypond.git] / stepmake / stepmake / script-rules.make
index 2eb18a50feca46651a97b6931c00fa4639b172d2..02e99909ac114480cb848fbf7628c9e13ea33eb0 100644 (file)
@@ -1,25 +1,25 @@
 
-$(outdir)/%: %.pl $(config_make) 
+$(outdir)/%: %.pl $(config_make)  $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.bash $(config_make) 
+$(outdir)/%: %.bash $(config_make) $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.scm $(config_make) 
+$(outdir)/%: %.scm $(config_make) $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.expect $(config_make) 
+$(outdir)/%: %.expect $(config_make) $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.sh $(config_make) 
+$(outdir)/%: %.sh $(config_make) $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-$(outdir)/%: %.py $(config_make) 
+$(outdir)/%: %.py $(config_make) $(depth)/VERSION
        cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@