From: Reid Spencer Date: Fri, 20 Aug 2004 09:21:51 +0000 (+0000) Subject: Add CONFIG_FILES so the language specific config files can be installed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=aa43a4b0250369741f1bafd2a251aaadcd0ed0e7;p=oota-llvm.git Add CONFIG_FILES so the language specific config files can be installed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15949 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc/Makefile b/tools/llvmc/Makefile index 4db26fd14c9..ce12bc2ecf4 100644 --- a/tools/llvmc/Makefile +++ b/tools/llvmc/Makefile @@ -9,5 +9,6 @@ LEVEL = ../.. TOOLNAME = llvmc USEDLIBS = support.a +CONFIG_FILES = st ll include $(LEVEL)/Makefile.common