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
This commit is contained in:
Reid Spencer 2004-08-20 09:21:51 +00:00
parent fc9450855d
commit aa43a4b025

View File

@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvmc
USEDLIBS = support.a
CONFIG_FILES = st ll
include $(LEVEL)/Makefile.common