[llvm-commits] CVS: llvm/Makefile.config.in
Reid Spencer
reid at x10sys.com
Sun Dec 12 23:39:05 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.42 -> 1.43
---
Log message:
More properly name bytecode_libdir cferuntime_libdir. This is only the
libdir for the CFE runtime libraries, not "all bytecode".
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.42 llvm/Makefile.config.in:1.43
--- llvm/Makefile.config.in:1.42 Wed Dec 8 17:07:27 2004
+++ llvm/Makefile.config.in Mon Dec 13 01:38:55 2004
@@ -201,7 +201,7 @@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
-bytecode_libdir = $(LLVMGCCDIR)/bytecode-libs
+cferuntime_libdir = $(LLVMGCCDIR)/lib
includedir = @includedir@
infodir = @infodir@
mandir = @mandir@
More information about the llvm-commits
mailing list