Add CONFIG_FILES so the language specific config files can be installed.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:21:51 +0000 (09:21 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:21:51 +0000 (09:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15949 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc/Makefile

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