From 124ea873ca296246533391e61bc25be55573d237 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 29 Oct 2004 03:46:38 +0000 Subject: [PATCH] This line breaks FreeBSD and apparently isn't useful anymore. llvm-svn: 17332 --- llvm/Makefile.rules | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index c564703eddd5..21c65bb6a0be 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -762,7 +762,6 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output) %.cpp: %.l @$(ECHO) Flexing $< $(VERB) $(FLEX) -t $< | \ - $(SED) '/^find_rule/d' | \ $(SED) 's/void yyunput/inline void yyunput/' | \ $(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \ $(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \