Makefiles: introduce $(FLEX) and $(BISON)

This commit is contained in:
Michael Stapelberg
2011-11-22 00:01:01 +00:00
parent bf105e1d7d
commit acf29dbfd5
3 changed files with 8 additions and 6 deletions

View File

@ -2,6 +2,8 @@ UNAME=$(shell uname)
DEBUG=1
COVERAGE=0
INSTALL=install
FLEX=flex
BISON=bison
ifndef PREFIX
PREFIX=/usr
endif