From aa43a4b0250369741f1bafd2a251aaadcd0ed0e7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 20 Aug 2004 09:21:51 +0000 Subject: [PATCH] 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 --- tools/llvmc/Makefile | 1 + 1 file changed, 1 insertion(+) 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