[llvm-commits] CVS: llvm/runtime/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Jan 16 15:14:01 PST 2004


Changes in directory llvm/runtime:

Makefile updated: 1.11 -> 1.12

---
Log message:

Clarify comment.


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

Index: llvm/runtime/Makefile
diff -u llvm/runtime/Makefile:1.11 llvm/runtime/Makefile:1.12
--- llvm/runtime/Makefile:1.11	Mon Dec  8 14:12:44 2003
+++ llvm/runtime/Makefile	Fri Jan 16 15:13:10 2004
@@ -24,8 +24,8 @@
 
 include $(LEVEL)/Makefile.common
 
-# Install target for libraries: Copy into the gcc install directory in chris's
-# tree...
+# Install target for libraries: Copy into the 'bytecode-libs' subdirectory
+# of LLVMGCCDIR.  (On the UIUC machines, this is in Chris's home directory.)
 #
 install::
 





More information about the llvm-commits mailing list