]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/make/generic-rules.make
release: 1.1.43
[lilypond.git] / stepmake / make / generic-rules.make
index 0213970378aa17042d12164ccd1ccbf9b984838d..224a5bf1ebfc5a4dba67251dff4c32f93d470b3e 100644 (file)
@@ -6,6 +6,6 @@ include $(depth)/make/substitute.make
 
 $(outdir)/%: %.in
        rm -f $@
-       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) $(sed-atvariables) > $@