summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-02 10:08:32 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-02 10:08:32 +0100
commit969bd97cc5c55edc3475b97849c0b7cfbebf95dc (patch)
tree787f4b0acb34a264bcda40a4e9a5397d207357b5
parent3c795393a6ab59787e3538e20239ba42026e19e0 (diff)
downloadbuildsystem-969bd97cc5c55edc3475b97849c0b7cfbebf95dc.tar.gz
buildsystem-969bd97cc5c55edc3475b97849c0b7cfbebf95dc.tar.bz2
spell bison correctly
-rw-r--r--makefiles/Makefile.tools2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 334ee83..08cd64a 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -433,7 +433,7 @@ XSLTPROC ?= xsltproc
FLEX ?= flex
-BISION ?= bison
+BISON ?= bison
###############################################################################
# Override defaulted tools