[llvm-commits] CVS: llvm/tools/llvmc/Makefile
Reid Spencer
reid at x10sys.com
Wed Apr 12 13:56:23 PDT 2006
Changes in directory llvm/tools/llvmc:
Makefile updated: 1.15 -> 1.16
---
Log message:
Distribute CVS versions of lex files
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.15 llvm/tools/llvmc/Makefile:1.16
--- llvm/tools/llvmc/Makefile:1.15 Wed May 18 19:52:29 2005
+++ llvm/tools/llvmc/Makefile Wed Apr 12 15:56:12 2006
@@ -10,7 +10,7 @@
TOOLNAME = llvmc
USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
CONFIG_FILES = c cpp ll
-EXTRA_DIST = c cpp ll
+EXTRA_DIST = c cpp ll ConfigLexer.cpp.cvs ConfigLexer.l.cvs
# The CompilerDriver needs to know the locations of several configured
# directories and paths. We define these as preprocessor symbols so they can
More information about the llvm-commits
mailing list