[llvm-commits] CVS: llvm/tools/llvmc/Makefile

Reid Spencer reid at x10sys.com
Fri Aug 20 02:22:02 PDT 2004



Changes in directory llvm/tools/llvmc:

Makefile updated: 1.3 -> 1.4
---
Log message:

Add CONFIG_FILES so the language specific config files can be installed.


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.3 llvm/tools/llvmc/Makefile:1.4
--- llvm/tools/llvmc/Makefile:1.3	Wed Aug 18 23:49:47 2004
+++ llvm/tools/llvmc/Makefile	Fri Aug 20 04:21:51 2004
@@ -9,5 +9,6 @@
 LEVEL = ../..
 TOOLNAME = llvmc
 USEDLIBS = support.a
+CONFIG_FILES = st ll
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list