From 59524a5287a4258033fdef3a7b4fb79e0b2b3d61 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 12 Apr 2006 20:56:12 +0000 Subject: [PATCH] Distribute CVS versions of lex files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27629 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1