i3 - improved tiling WM


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

Patch status: merged

Patch by Jean-Philippe Ouellet

To apply this patch, use:
curl http://cr.i3wm.org/patch/338/raw.patch | git am

b/common.mk

13
@@ -2,8 +2,6 @@ UNAME=$(shell uname)
14
 DEBUG=1
15
 COVERAGE=0
16
 INSTALL=install
17
-FLEX=flex
18
-BISON=bison
19
 ifndef PREFIX
20
   PREFIX=/usr
21
 endif