tyacc-flags.diff - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       tyacc-flags.diff (427B)
       ---
            1 diff -urN a/makefile b/makefile
            2 --- a/makefile        2012-12-20 14:58:45.000000000 +0100
            3 +++ b/makefile        2016-12-02 13:41:53.107079416 +0100
            4 @@ -31,9 +31,7 @@
            5  CC = gcc -g -Wall -pedantic 
            6  CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
            7  
            8 -YACC = bison -d -y
            9 -YACC = yacc -d -S
           10 -#YFLAGS = -d -S
           11 +YACC = yacc -d
           12                  # -S uses sprintf in yacc parser instead of sprint
           13  
           14  OFILES = b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o