[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Fri Dec 10 11:44:27 PST 2004
Changes in directory llvm:
Makefile.rules updated: 1.256 -> 1.257
---
Log message:
Fix output for Flexing to not print full path of source.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.256 llvm/Makefile.rules:1.257
--- llvm/Makefile.rules:1.256 Wed Dec 8 16:58:34 2004
+++ llvm/Makefile.rules Fri Dec 10 13:44:16 2004
@@ -981,7 +981,7 @@
# 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/' | \
More information about the llvm-commits
mailing list