summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorJulien Rioux <julien.rioux@gmail.com>2013-09-14 21:27:13 +0200
committerJulien Rioux <julien.rioux@gmail.com>2013-09-24 10:32:06 +0200
commit409d457d0e623889d88eeff9c576bb74a32f1565 (patch)
tree4aa546985d051e29c6c2ab7aeff0f19e4e898c05 /stepmake
parente5b577bbe6dccb64e2531adb0024b3a77c1ea937 (diff)
Build: Remove a couple of unused rules.
Part of issue 3562: Build everything on first pass of make doc http://code.google.com/p/lilypond/issues/detail?id=3562
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/generic-rules.make3
1 files changed, 0 insertions, 3 deletions
diff --git a/stepmake/stepmake/generic-rules.make b/stepmake/stepmake/generic-rules.make
index 0b04186db4..3e527e2eb7 100644
--- a/stepmake/stepmake/generic-rules.make
+++ b/stepmake/stepmake/generic-rules.make
@@ -3,6 +3,3 @@ $(outdir)/%: %.m4
%.gz: %
gzip -c9 $< > $@
-
-$(outdir)/%.css: $(CSS_DIRECTORY)/%.css
- ln -f $< $@