[llvm-commits] CVS: llvm/lib/System/Makefile

Reid Spencer reid at x10sys.com
Wed Apr 12 23:40:18 PDT 2006



Changes in directory llvm/lib/System:

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

Add the README files to the distribution.


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/System/Makefile
diff -u llvm/lib/System/Makefile:1.9 llvm/lib/System/Makefile:1.10
--- llvm/lib/System/Makefile:1.9	Sun Oct 23 21:25:48 2005
+++ llvm/lib/System/Makefile	Thu Apr 13 01:39:24 2006
@@ -11,6 +11,6 @@
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
 
-EXTRA_DIST = Unix Win32
+EXTRA_DIST = Unix Win32 README.txt
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list