[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Dec 2 11:11:03 PST 2003
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.1 -> 1.2
---
Log message:
Fixed the building of subdirectories with the new configure script.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.1 llvm/test/Programs/MultiSource/Applications/Makefile:1.2
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.1 Fri Sep 12 11:02:44 2003
+++ llvm/test/Programs/MultiSource/Applications/Makefile Tue Dec 2 11:10:46 2003
@@ -1,6 +1,7 @@
# MultiSource/Applications Makefile: Build all subdirectories automatically
LEVEL = ../../../..
-PARALLEL_DIRS := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
+
+PARALLEL_DIRS := Burg aha sgefa siod
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list