From 06446ad17b0d83c1bb61530c6107c0f86a075cba Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 4 Nov 2015 23:29:08 +0900 Subject: [PATCH] [4088] Unnecessary makefile rule removed. --- src/lib/eval/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/eval/Makefile.am b/src/lib/eval/Makefile.am index 5530d0825c..2d3628e86a 100644 --- a/src/lib/eval/Makefile.am +++ b/src/lib/eval/Makefile.am @@ -72,5 +72,3 @@ location.hh position.hh stack.hh parser.cc parser.h: parser.yy lexer.cc: lexer.ll $(LEX) -olexer.cc lexer.ll - -driver.o: driver.cc -- 2.47.3