linux.cf: always use bison
authorJon Trulson <jon@radscan.com>
Mon, 2 Dec 2019 01:57:07 +0000 (18:57 -0700)
committerJon Trulson <jon@radscan.com>
Mon, 2 Dec 2019 02:18:00 +0000 (19:18 -0700)
commit6c07a2ae697dd9ea9b41988474961d53316fd2b2
tree1a327f1795a6e0b619f06cd69cbbbc5fa09428e1
parent5cebd7c4da1afea353a3baef250e31a4cf867bc5
linux.cf: always use bison

For some reason, whenever OSMajorVersion was >= 2 (this equates to a
2.x kernel or above), yacc would be used instead of bison.

On Ubuntu, and probably other linux systems, yacc is just a shell
wrapper around bison, so let's just use that directly.
cde/config/cf/linux.cf