From 454f11755e7d656174c7729e936f2839415d7bde Mon Sep 17 00:00:00 2001 From: Jean-Philippe Ouellet Date: Tue, 26 Nov 2013 23:13:30 -0500 Subject: [PATCH] Remove flex/bison from common.mk since they aren't used anymore --- common.mk | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5