]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-rules.make
Make Perl treat all I/O streams as UTF-8
[lilypond.git] / stepmake / stepmake / generic-rules.make
index 48b0a0983d265d8fa5dabcb58783700b0ac95961..2500d80d41c05b2dbc8b44b39dd769d410ffc534 100644 (file)
@@ -1,17 +1,6 @@
-# title           generic make rules
-# file    make/Rules.make
-
-# this is supposed to clear all suffixes:
-.SUFFIXES:
-
-
-
 $(outdir)/%: %.m4
        $(M4) $< > $@
 
-%.dep:
-       touch $@
-
 %.gz: %
        gzip -c9 $< > $@