diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-10 17:37:50 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-03-10 17:37:50 +0000 |
commit | b798b1e9a35331933e748262f3920413237ab136 (patch) | |
tree | b96bc24d1e09d146fade3eb491198899a1bc9801 /Makefile.config.in | |
parent | 0b67f04a1c6f778c4f3fd7311ffe8b518a810351 (diff) | |
download | external_llvm-b798b1e9a35331933e748262f3920413237ab136.zip external_llvm-b798b1e9a35331933e748262f3920413237ab136.tar.gz external_llvm-b798b1e9a35331933e748262f3920413237ab136.tar.bz2 |
Fix up a seriously outdated comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index bf12c05..3c8d59b 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -65,8 +65,8 @@ LCC1XX = @LLVMCC1PLUS@ # 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 |