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

Reid Spencer reid at x10sys.com
Tue Nov 23 15:38:57 PST 2004



Changes in directory llvm/tools/llvmc:

Makefile updated: 1.8 -> 1.9
---
Log message:

Add the c and cpp configuration files.


---
Diffs of the changes:  (+2 -2)

Index: llvm/tools/llvmc/Makefile
diff -u llvm/tools/llvmc/Makefile:1.8 llvm/tools/llvmc/Makefile:1.9
--- llvm/tools/llvmc/Makefile:1.8	Wed Oct 27 19:11:43 2004
+++ llvm/tools/llvmc/Makefile	Tue Nov 23 17:38:46 2004
@@ -9,7 +9,7 @@
 LEVEL = ../..
 TOOLNAME = llvmc
 USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
-CONFIG_FILES = st ll
-EXTRA_DIST = st ll
+CONFIG_FILES = c cpp ll st 
+EXTRA_DIST = c cpp ll st
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list