]> git.pld-linux.org Git - packages/kBuild.git/blob - kBuild-bison.patch
- pl
[packages/kBuild.git] / kBuild-bison.patch
1 --- kBuild-0.1.9998.2700/src/kash/Makefile.kmk.orig     2013-10-17 13:13:05.000000000 +0200
2 +++ kBuild-0.1.9998.2700/src/kash/Makefile.kmk  2015-04-10 22:47:10.001420359 +0200
3 @@ -164,8 +164,8 @@
4  kash_USES = lex yacc
5  kash_LEXTOOL = FLEX
6  kash_LEXFLAGS = -8
7 -#kash_YACCTOOL = BISON
8 -kash_YACCTOOL = YACC
9 +kash_YACCTOOL = BISON
10 +#kash_YACCTOOL = YACC
11  kash_YACCFLAGS = -ld
12  kash_SOURCES += \
13         arith.y \
This page took 0.070189 seconds and 4 git commands to generate.