This line breaks FreeBSD and apparently isn't useful anymore.
authorChris Lattner <sabre@nondot.org>
Fri, 29 Oct 2004 03:46:38 +0000 (03:46 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Oct 2004 03:46:38 +0000 (03:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17332 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index c564703eddd52111f6f228b2691c16cc8963f357..21c65bb6a0be4c977c9a503cd670e7022f9f5a8c 100644 (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)/' \