summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-29 03:46:38 +0000
committerChris Lattner <sabre@nondot.org>2004-10-29 03:46:38 +0000
commitda033ce57a40f019955c681c3bf31141f63121ba (patch)
treeddceb584470b71bedaee9543274a0da7032e5222 /Makefile.rules
parent9ba883c22f6203aae85a4edea3d69748181b5844 (diff)
downloadllvm-da033ce57a40f019955c681c3bf31141f63121ba.tar.gz
llvm-da033ce57a40f019955c681c3bf31141f63121ba.tar.bz2
llvm-da033ce57a40f019955c681c3bf31141f63121ba.tar.xz
This line breaks FreeBSD and apparently isn't useful anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17332 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c564703edd..21c65bb6a0 100644
--- a/Makefile.rules
+++ b/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)/' \