Remove flex/bison from common.mk since they aren't used anymore

This commit is contained in:
Jean-Philippe Ouellet 2013-11-26 23:13:30 -05:00 committed by Michael Stapelberg
parent 80df764e55
commit 454f11755e
1 changed files with 0 additions and 2 deletions

View File

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