[llvm-commits] CVS: llvm/test/Programs/External/SPEC/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Mon Mar 1 09:47:01 PST 2004
Changes in directory llvm/test/Programs/External/SPEC:
Makefile updated: 1.9 -> 1.10
---
Log message:
Move spec95 to the end of the list so that it doesn't kill spec 2k if it
has issues
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.9 llvm/test/Programs/External/SPEC/Makefile:1.10
--- llvm/test/Programs/External/SPEC/Makefile:1.9 Wed Feb 25 17:19:24 2004
+++ llvm/test/Programs/External/SPEC/Makefile Mon Mar 1 09:46:27 2004
@@ -1,5 +1,5 @@
LEVEL = ../../../..
-DIRS := CINT95 CFP2000 CINT2000
+DIRS := CFP2000 CINT2000 CINT95
include ${LEVEL}/Makefile.config
#
More information about the llvm-commits
mailing list