[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 31 10:46:02 PST 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000:
Makefile updated: 1.8 -> 1.9
---
Log message:
Fix a typo.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.8 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.9
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.8 Fri Oct 31 10:42:12 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile Fri Oct 31 10:44:57 2003
@@ -16,7 +16,7 @@
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config
-# Disable crafy yntil it stops infinite-looping on Sparc
+# Disable crafy until it stops infinite-looping on Sparc
ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
endif
More information about the llvm-commits
mailing list