This line breaks FreeBSD and apparently isn't useful anymore.

llvm-svn: 17332
This commit is contained in:
Chris Lattner 2004-10-29 03:46:38 +00:00
parent 98b355b6b2
commit 124ea873ca
1 changed files with 0 additions and 1 deletions

View File

@ -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)/' \