Fix output for Flexing to not print full path of source.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 10 Dec 2004 19:44:16 +0000 (19:44 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 10 Dec 2004 19:44:16 +0000 (19:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18769 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 8e353b1f1a52593426de18535a181f990de3da84..75e1cde27540a9b7365bd4ff10ef597488926764 100644 (file)
@@ -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/' | \