]> git.pld-linux.org Git - packages/ruby.git/blob - fix-bison-invocation.patch
up to 2.6.5
[packages/ruby.git] / fix-bison-invocation.patch
1 --- ruby-2.6.5/ext/ripper/depend~       2019-10-01 13:01:01.000000000 +0200
2 +++ ruby-2.6.5/ext/ripper/depend        2019-11-25 08:47:14.265303943 +0100
3 @@ -11,7 +11,7 @@
4
5  .y.c:
6         $(ECHO) compiling compiler $<
7 -       $(Q) $(BISON) -t -v -oy.tab.c $<
8 +       $(Q) $(BISON) -d -t -v -oy.tab.c $<
9         $(Q) sed -e "/^#/s!y\.tab\.c!$@!" -f $(top_srcdir)/tool/ytab.sed y.tab.c > $@
10         @$(RM) y.tab.c
This page took 0.053602 seconds and 3 git commands to generate.