diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-23 23:38:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-23 23:38:46 +0000 |
commit | dc6812d92ddaeddc0044ea979946b37983af9e8d (patch) | |
tree | 532c088be3610cb98fdb93d7581c606fab9d527c /tools/llvmc | |
parent | f1a889c99bf914a514872fdc8d42b634be5a224b (diff) |
Add the c and cpp configuration files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r-- | tools/llvmc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 0518742c1c..20ef0defef 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 |