X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fscript-rules.make;h=0862d6b8d641b5b48f5e47eb3dbee89c69b9dc00;hb=a9d9433bc7b95cb2d4b3d96eefce7a8437c0d44e;hp=c431f2cd29b14c3d248d7798831e7dbc7db8febb;hpb=4fabc68182cab7149d2a4b52502e180f57199831;p=lilypond.git diff --git a/stepmake/stepmake/script-rules.make b/stepmake/stepmake/script-rules.make index c431f2cd29..0862d6b8d6 100644 --- a/stepmake/stepmake/script-rules.make +++ b/stepmake/stepmake/script-rules.make @@ -1,25 +1,25 @@ -$(outdir)/%: %.pl - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.pl $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.bash - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.bash $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.scm - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.scm $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.expect - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.expect $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.sh - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.sh $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@ -$(outdir)/%: %.py - cat $< | sed $(sed-atvariables) > $@ +$(outdir)/%: %.py $(config_make) $(depth)/VERSION + cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@ chmod 755 $@