[llvm-commits] [release_11] CVS: llvm/test/Programs/External/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Dec 17 14:36:02 PST 2003
Changes in directory llvm/test/Programs/External:
Makefile updated: 1.3 -> 1.3.4.1
---
Log message:
Hard coded subdirectories to build to ensure that they build.
---
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.3.4.1
--- llvm/test/Programs/External/Makefile:1.3 Tue Aug 19 16:30:28 2003
+++ llvm/test/Programs/External/Makefile Wed Dec 17 14:35:03 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