From 7bb107de410fe731dc87b3c18c5f514e634498a4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Aug 2003 19:48:10 +0000 Subject: [PATCH] While I'm looking at it, line up the SED lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7572 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.common | 5 +++-- Makefile.rules | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile.common b/Makefile.common index 9dfbdffe249..dd9ad9bd138 100644 --- a/Makefile.common +++ b/Makefile.common @@ -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 diff --git a/Makefile.rules b/Makefile.rules index 9dfbdffe249..dd9ad9bd138 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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 -- 2.34.1