]> git.pld-linux.org Git - packages/ruby.git/blame - fix-bison-invocation.patch
up to 2.6.5
[packages/ruby.git] / fix-bison-invocation.patch
CommitLineData
2798ed3c 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
360c41c0
JR
5 .y.c:
6 $(ECHO) compiling compiler $<
7- $(Q) $(BISON) -t -v -oy.tab.c $<
8+ $(Q) $(BISON) -d -t -v -oy.tab.c $<
2798ed3c 9 $(Q) sed -e "/^#/s!y\.tab\.c!$@!" -f $(top_srcdir)/tool/ytab.sed y.tab.c > $@
360c41c0 10 @$(RM) y.tab.c
This page took 0.035378 seconds and 4 git commands to generate.