[llvm-commits] CVS: llvm/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 1 19:24:03 PST 2002


Changes in directory llvm:

Makefile updated: 1.2 -> 1.3

---
Log message:

Make sure to build lib/Support before the utilities, then use the new
makefile in utils to build the utilities


---
Diffs of the changes:

Index: llvm/Makefile
diff -u llvm/Makefile:1.2 llvm/Makefile:1.3
--- llvm/Makefile:1.2	Tue Sep 17 18:23:52 2002
+++ llvm/Makefile	Sun Dec  1 19:23:26 2002
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = utils/Burg lib tools
+DIRS = lib/Support utils lib tools
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list