diff options
Diffstat (limited to 'lang/gcc30/files/patch-vb')
-rw-r--r-- | lang/gcc30/files/patch-vb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc30/files/patch-vb b/lang/gcc30/files/patch-vb deleted file mode 100644 index d90e1ea75aff..000000000000 --- a/lang/gcc30/files/patch-vb +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Jun 8 12:23:56 2001 -+++ Makefile.in Sat Sep 1 18:57:21 2001 -@@ -143,7 +143,7 @@ - - MAKEINFO = `if [ -f $$r/texinfo/makeinfo/Makefile ] ; \ - then echo $$r/texinfo/makeinfo/makeinfo ; \ -- else echo makeinfo ; fi` -+ else echo makeinfo --no-split ; fi` - - # This just becomes part of the MAKEINFO definition passed down to - # sub-makes. It lets flags be given on the command line while still |