[llvm-commits] CVS: llvm/Makefile.rules

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 28 20:46:52 PDT 2004



Changes in directory llvm:

Makefile.rules updated: 1.221 -> 1.222
---
Log message:

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


---
Diffs of the changes:  (+0 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.221 llvm/Makefile.rules:1.222
--- llvm/Makefile.rules:1.221	Thu Oct 28 04:15:28 2004
+++ llvm/Makefile.rules	Thu Oct 28 22:46:38 2004
@@ -762,7 +762,6 @@
 %.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)/' \






More information about the llvm-commits mailing list