aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-11 21:40:25 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-11 21:40:25 +0000
commit6cb4c1ad7f99385c4c1f05c654e23720298784c1 (patch)
treeb4c4b8450f26bbb1194377f4d6e68484491187b7 /Makefile.rules
parent6b9420e94392040fbe6b2af5e49adbcbc6b32615 (diff)
downloadexternal_llvm-6cb4c1ad7f99385c4c1f05c654e23720298784c1.zip
external_llvm-6cb4c1ad7f99385c4c1f05c654e23720298784c1.tar.gz
external_llvm-6cb4c1ad7f99385c4c1f05c654e23720298784c1.tar.bz2
Don't remove the find_rule label from FLEX output. It is needed by some
versions of FLEX even through we don't use REJECT. Thanks to Jeff Cohen for tracking this down. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33085 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 787a012..93a0193 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1264,7 +1264,6 @@ $(PROJ_SRC_DIR)/%.cpp: $(PROJ_SRC_DIR)/%.l
$(Verb) $(FLEX) -t $(PROJ_SRC_DIR)/$*.l | \
$(SED) 's/void yyunput/inline void yyunput/' | \
$(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \
- $(SED) 's/^find_rule: \/\* we branch.*//' | \
$(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \
> $(PROJ_SRC_DIR)/$*.cpp