From c2ef8cd93400999161028a363cb314d9597a708b Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 10 Dec 2004 19:44:16 +0000 Subject: [PATCH] Fix output for Flexing to not print full path of source. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18769 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.rules b/Makefile.rules index 8e353b1f1a5..75e1cde2754 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -981,7 +981,7 @@ LexOutput := $(strip $(patsubst %.l,%.cpp,$(LexFiles))) # this is a hack around it. # FIXME. (f.e. char Buffer[10000] ) %.cpp: %.l - $(Echo) Flexing $< + $(Echo) Flexing $*.l $(Verb) $(FLEX) -t $< | \ $(SED) 's/void yyunput/inline void yyunput/' | \ $(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \