]> git.donarmstrong.com Git - lilypond.git/commitdiff
don't create .dep files with touch.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 16:36:32 +0000 (17:36 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Dec 2006 16:36:32 +0000 (17:36 +0100)
stepmake/stepmake/generic-rules.make

index 1a19a4dc88d3d30934169b236c864e4222d81bea..2500d80d41c05b2dbc8b44b39dd769d410ffc534 100644 (file)
@@ -1,9 +1,6 @@
 $(outdir)/%: %.m4
        $(M4) $< > $@
 
-%.dep:
-       touch $@
-
 %.gz: %
        gzip -c9 $< > $@