[llvm-commits] CVS: llvm/test/Programs/External/Makefile
John Criswell
criswell at cs.uiuc.edu
Thu Dec 18 10:43:27 PST 2003
Changes in directory llvm/test/Programs/External:
Makefile updated: 1.3 -> 1.4
---
Log message:
Merged in RELEASE_11.
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Programs/External/Makefile
diff -u llvm/test/Programs/External/Makefile:1.3 llvm/test/Programs/External/Makefile:1.4
--- llvm/test/Programs/External/Makefile:1.3 Tue Aug 19 16:30:28 2003
+++ llvm/test/Programs/External/Makefile Thu Dec 18 10:41:58 2003
@@ -8,7 +8,7 @@
#
# Create the list of directories to compile
#
-DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+DIRS := SPEC
ifndef USE_SPEC
DIRS := $(filter-out SPEC/, $(DIRS))
endif
More information about the llvm-commits
mailing list