From: Alkis Evlogimenos Date: Wed, 25 Feb 2004 23:47:17 +0000 (+0000) Subject: Fix typo. I wonder how this actually worked. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3dd0dbc584d66a25e11bca66c6d2e93ac247e27;p=oota-llvm.git 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 --- diff --git a/Makefile.config.in b/Makefile.config.in index 266800f81d7..bf12c05825a 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.