[llvm-commits] CVS: llvm/Makefile

Reid Spencer reid at x10sys.com
Wed Apr 12 13:53:26 PDT 2006



Changes in directory llvm:

Makefile updated: 1.57 -> 1.58
---
Log message:

Include the win32 and Xcode directories in the distribution.


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

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


Index: llvm/Makefile
diff -u llvm/Makefile:1.57 llvm/Makefile:1.58
--- llvm/Makefile:1.57	Fri Apr  7 21:14:37 2006
+++ llvm/Makefile	Wed Apr 12 15:53:14 2006
@@ -25,7 +25,7 @@
     DIRS += docs
   endif
 endif
-EXTRA_DIST := test llvm.spec include
+EXTRA_DIST := test llvm.spec include win32 Xcode
 
 include $(LLVM_SRC_ROOT)/Makefile.rules
 






More information about the llvm-commits mailing list