diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-25 23:47:17 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-25 23:47:17 +0000 |
commit | f3dd0dbc584d66a25e11bca66c6d2e93ac247e27 (patch) | |
tree | 483b629d99b4ebc3e0b40a2bd1f61cc5b1ffa301 /Makefile.config.in | |
parent | 1e3aba1c19836693ef9477d885d197e22f0043c0 (diff) | |
download | external_llvm-f3dd0dbc584d66a25e11bca66c6d2e93ac247e27.zip external_llvm-f3dd0dbc584d66a25e11bca66c6d2e93ac247e27.tar.gz external_llvm-f3dd0dbc584d66a25e11bca66c6d2e93ac247e27.tar.bz2 |
Fix typo. I wonder how this actually worked.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11854 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 266800f..bf12c05 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -90,7 +90,7 @@ BYTECODE_REPOSITORY := @BCR@ @USE_SPEC95@ # Path to the SPEC benchmarks. -SPEC_ROOT := @SPEC2000_ROOT@ +SPEC2000_ROOT := @SPEC2000_ROOT@ SPEC95_ROOT := @SPEC95_ROOT@ # Path to the Povray source code. |