From: Jean-Philippe Ouellet Date: Wed, 27 Nov 2013 04:13:30 +0000 (-0500) Subject: Remove flex/bison from common.mk since they aren't used anymore X-Git-Tag: 4.7~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=454f11755e7d656174c7729e936f2839415d7bde;p=i3%2Fi3 Remove flex/bison from common.mk since they aren't used anymore --- diff --git a/common.mk b/common.mk index e3c92fa1..23ac8e34 100644 --- a/common.mk +++ b/common.mk @@ -2,8 +2,6 @@ UNAME=$(shell uname) DEBUG=1 COVERAGE=0 INSTALL=install -FLEX=flex -BISON=bison ifndef PREFIX PREFIX=/usr endif