While I'm looking at it, line up the SED lines
authorChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 19:48:10 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 4 Aug 2003 19:48:10 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7572 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
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
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