[llvm-commits] CVS: poolalloc/Makefile

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 22:20:01 PDT 2003


Changes in directory poolalloc:

Makefile updated: 1.2 -> 1.3

---
Log message:

bytecode dir -> runtime dir


---
Diffs of the changes:

Index: poolalloc/Makefile
diff -u poolalloc/Makefile:1.2 poolalloc/Makefile:1.3
--- poolalloc/Makefile:1.2	Tue Aug 12 11:00:47 2003
+++ poolalloc/Makefile	Thu Aug 14 22:19:20 2003
@@ -10,7 +10,7 @@
 #
 # Directories that needs to be built.
 #
-DIRS = lib bytecode
+DIRS = lib runtime
 
 #
 # This is needed since the tags generation code expects a tools directory





More information about the llvm-commits mailing list