diff options
Diffstat (limited to 'print/lilypond-devel/files/patch-make-ly-rules.make')
-rw-r--r-- | print/lilypond-devel/files/patch-make-ly-rules.make | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/lilypond-devel/files/patch-make-ly-rules.make b/print/lilypond-devel/files/patch-make-ly-rules.make deleted file mode 100644 index 6b258bc336e5..000000000000 --- a/print/lilypond-devel/files/patch-make-ly-rules.make +++ /dev/null @@ -1,11 +0,0 @@ ---- make/ly-rules.make.orig Tue Sep 23 20:50:18 2003 -+++ make/ly-rules.make Thu Sep 25 10:37:07 2003 -@@ -33,7 +33,7 @@ - - # nfo: info from non-lily texi - $(outdir)/%.info: $(outdir)/%.nexi -- $(MAKEINFO) --output=$(outdir)/$(*F).info $< -+ $(MAKEINFO) --no-split --output=$(outdir)/$(*F).info $< - - # nfo: info from non-lily texi - #$(outdir)/%.nfo: $(outdir)/%.nexi |