]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/script-rules.make
release: 1.1.43
[lilypond.git] / stepmake / stepmake / script-rules.make
index 1dca17b99537070a361275cb41a3c740e7b72731..813ffde61b16f4dc1407bae695cf5be6dee9fc57 100644 (file)
@@ -1,19 +1,14 @@
-# Scripts.make
-
-
-
 
 $(outdir)/%: %.pl
-       cat $< | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
 #FIXME.  Check for bash?
 $(outdir)/%: %.sh
-       cat $< | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-
 $(outdir)/%: %.py
-       cat $< | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atvariables) > $@
        chmod 755 $@