While I'm looking at it, line up the SED lines
[oota-llvm.git] / Makefile.rules
index 9dfbdffe249db04deb0fbcb7fa4c6c6d123108fd..dd9ad9bd1389d34040c1d844546918eca7a20d1e 100644 (file)
@@ -767,8 +767,9 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output)
 #
 %.cpp: %.l
        @echo Flex\'ing $<...
-       $(VERB) $(FLEX) -t $< | $(SED) '/^find_rule/d' | \
-                     $(SED) 's/void yyunput/inline void yyunput/' | \
+       $(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)/' \
               > $@.tmp