From: Reid Spencer Date: Tue, 23 Nov 2004 23:38:46 +0000 (+0000) Subject: Add the c and cpp configuration files. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dc6812d92ddaeddc0044ea979946b37983af9e8d;p=oota-llvm.git Add the c and cpp configuration files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18186 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 0518742c1c7..20ef0defef7 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = llvmc USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a -CONFIG_FILES = st ll -EXTRA_DIST = st ll +CONFIG_FILES = c cpp ll st +EXTRA_DIST = c cpp ll st include $(LEVEL)/Makefile.common