From dc6812d92ddaeddc0044ea979946b37983af9e8d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 23 Nov 2004 23:38:46 +0000 Subject: [PATCH] Add the c and cpp configuration files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18186 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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