summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-10 19:44:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-10 19:44:16 +0000
commitc2ef8cd93400999161028a363cb314d9597a708b (patch)
tree7e448c14070766143353e6db4a9d2b5508168073 /Makefile.rules
parent2480535c1f7f9c096c2acabebe3c989036136dfa (diff)
downloadllvm-c2ef8cd93400999161028a363cb314d9597a708b.tar.gz
llvm-c2ef8cd93400999161028a363cb314d9597a708b.tar.bz2
llvm-c2ef8cd93400999161028a363cb314d9597a708b.tar.xz
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
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8e353b1f1a..75e1cde275 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/' | \