[llvm-commits] CVS: llvm/test/Programs/External/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Feb 10 16:35:01 PST 2004
Changes in directory llvm/test/Programs/External:
Makefile updated: 1.4 -> 1.5
---
Log message:
Allow for SPEC 2000 and SPEC 95 to be enabled independently of each other.
---
Diffs of the changes: (+0 -3)
Index: llvm/test/Programs/External/Makefile
diff -u llvm/test/Programs/External/Makefile:1.4 llvm/test/Programs/External/Makefile:1.5
--- llvm/test/Programs/External/Makefile:1.4 Thu Dec 18 10:41:58 2003
+++ llvm/test/Programs/External/Makefile Tue Feb 10 16:34:42 2004
@@ -9,8 +9,5 @@
# Create the list of directories to compile
#
DIRS := SPEC
-ifndef USE_SPEC
-DIRS := $(filter-out SPEC/, $(DIRS))
-endif
include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list