diff options
-rw-r--r-- | Makefile.rules | 2 |
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/' | \ |