[llvm-commits] CVS: llvm/Makefile

John Criswell criswell at cs.uiuc.edu
Sun Aug 29 12:33:31 PDT 2004



Changes in directory llvm:

Makefile updated: 1.28 -> 1.29
---
Log message:

Add lib/System ahead of lib/Support in case there are operating system
issues.


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

Index: llvm/Makefile
diff -u llvm/Makefile:1.28 llvm/Makefile:1.29
--- llvm/Makefile:1.28	Tue Aug 24 11:32:21 2004
+++ llvm/Makefile	Sun Aug 29 14:33:21 2004
@@ -7,7 +7,7 @@
 # 
 #===------------------------------------------------------------------------===#
 LEVEL = .
-DIRS = lib/Support utils lib tools 
+DIRS = lib/System lib/Support utils lib tools 
 
 ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime






More information about the llvm-commits mailing list