From f3dd0dbc584d66a25e11bca66c6d2e93ac247e27 Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Wed, 25 Feb 2004 23:47:17 +0000 Subject: [PATCH] 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 --- Makefile.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.