]> git.pld-linux.org Git - packages/ruby.git/blob - fix-bison-invocation.patch
5b960f3e5bab575c146e41144182fc86f5a2add0
[packages/ruby.git] / fix-bison-invocation.patch
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.066593 seconds and 2 git commands to generate.