From: Reid Spencer Date: Wed, 12 Apr 2006 20:56:12 +0000 (+0000) Subject: Distribute CVS versions of lex files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59524a5287a4258033fdef3a7b4fb79e0b2b3d61;p=oota-llvm.git Distribute CVS versions of lex files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27629 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index d4b6275ce82..6034f87fe4f 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. 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