diff options
| -rw-r--r-- | llvm/tools/llvmc/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/tools/llvmc/Makefile b/llvm/tools/llvmc/Makefile index 0518742c1c7..20ef0defef7 100644 --- a/llvm/tools/llvmc/Makefile +++ b/llvm/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 | 

