[llvm-commits] CVS: llvm/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 23:54:14 PDT 2003


Changes in directory llvm:

Makefile updated: 1.5 -> 1.6

---
Log message:

build the new runtime directory


---
Diffs of the changes:

Index: llvm/Makefile
diff -u llvm/Makefile:1.5 llvm/Makefile:1.6
--- llvm/Makefile:1.5	Tue Aug 12 13:51:48 2003
+++ llvm/Makefile	Thu Aug 14 23:53:45 2003
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = lib/Support utils lib tools
+DIRS = lib/Support utils lib tools runtime
 OPTIONAL_DIRS = projects
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list