[llvm-commits] CVS: llvm/Makefile.config.in
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Mar 10 11:39:01 PST 2004
Changes in directory llvm:
Makefile.config.in updated: 1.24 -> 1.25
---
Log message:
Fix up a seriously outdated comment.
---
Diffs of the changes: (+2 -2)
Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.24 llvm/Makefile.config.in:1.25
--- llvm/Makefile.config.in:1.24 Wed Feb 25 17:47:17 2004
+++ llvm/Makefile.config.in Wed Mar 10 11:37:50 2004
@@ -65,8 +65,8 @@
# object files.
OBJ_ROOT := .
-# Path to location for LLVM front-end this should only be specified here if you
-# want to override the value set in Makefile.$(uname)
+# Path to location for LLVM C/C++ front-end. You can modify this if you
+# want to override the value set by configure.
LLVMGCCDIR := @LLVMGCCDIR@
# When this variable is set to 1, programs in the llvm/test/Programs hierarchy
More information about the llvm-commits
mailing list