[llvm-commits] [pre-11] CVS: llvm/test/Programs/External/SPEC/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Aug 7 16:39:00 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC:
Makefile updated: 1.1 -> 1.1.8.1
---
Log message:
Added the use of USE_SPEC to prevent SPEC from being used if it is not
available.
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/Makefile
diff -u llvm/test/Programs/External/SPEC/Makefile:1.1 llvm/test/Programs/External/SPEC/Makefile:1.1.8.1
--- llvm/test/Programs/External/SPEC/Makefile:1.1 Wed May 14 18:20:53 2003
+++ llvm/test/Programs/External/SPEC/Makefile Thu Aug 7 16:38:14 2003
@@ -1,3 +1,5 @@
LEVEL = ../../../..
+ifdef USE_SPEC
DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+endif
include ${LEVEL}/test/Makefile.tests
More information about the llvm-commits
mailing list