]> git.pld-linux.org Git - packages/ruby.git/blame - fix-bison-invocation.patch
up to 2.3.4
[packages/ruby.git] / fix-bison-invocation.patch
CommitLineData
360c41c0
JR
1--- ruby-1.9.3-p194/ext/ripper/depend~ 2010-12-26 14:25:10.000000000 +0100
2+++ ruby-1.9.3-p194/ext/ripper/depend 2012-09-06 19:56:49.041137189 +0200
3@@ -16,7 +16,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 -f $(top_srcdir)/tool/ytab.sed -e "/^#/s!y\.tab\.c!$@!" y.tab.c > $@
10 @$(RM) y.tab.c
11
This page took 0.029966 seconds and 4 git commands to generate.