[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Thu Jan 11 13:40:41 PST 2007
Changes in directory llvm:
Makefile.rules updated: 1.418 -> 1.419
---
Log message:
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.
---
Diffs of the changes: (+0 -1)
Makefile.rules | 1 -
1 files changed, 1 deletion(-)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.418 llvm/Makefile.rules:1.419
--- llvm/Makefile.rules:1.418 Wed Jan 3 13:56:14 2007
+++ llvm/Makefile.rules Thu Jan 11 15:40:25 2007
@@ -1264,7 +1264,6 @@
$(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
More information about the llvm-commits
mailing list