]> git.sur5r.net Git - i3/i3/commitdiff
Remove flex/bison from common.mk since they aren't used anymore
authorJean-Philippe Ouellet <jpo@vt.edu>
Wed, 27 Nov 2013 04:13:30 +0000 (23:13 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 30 Nov 2013 13:02:34 +0000 (14:02 +0100)
common.mk

index e3c92fa1f0846c80a091cd61c4507193fa686cc8..23ac8e34f0efb59492647f1fda2b745f55ce7304 100644 (file)
--- 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