[llvm-commits] CVS: llvm/Makefile.config.in

Alkis Evlogimenos alkis at niobe.cs.uiuc.edu
Wed Feb 25 17:48:01 PST 2004


Changes in directory llvm:

Makefile.config.in updated: 1.23 -> 1.24

---
Log message:

Fix typo. I wonder how this actually worked.


---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.23 llvm/Makefile.config.in:1.24
--- llvm/Makefile.config.in:1.23	Wed Feb 25 17:41:32 2004
+++ llvm/Makefile.config.in	Wed Feb 25 17:47:17 2004
@@ -90,7 +90,7 @@
 @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.





More information about the llvm-commits mailing list