[llvm-commits] CVS: llvm/test/Programs/MultiSource/Makefile

John Criswell criswell at cs.uiuc.edu
Tue Dec 2 11:11:01 PST 2003


Changes in directory llvm/test/Programs/MultiSource:

Makefile updated: 1.3 -> 1.4

---
Log message:

Fixed the building of subdirectories with the new configure script.



---
Diffs of the changes:  (+1 -2)

Index: llvm/test/Programs/MultiSource/Makefile
diff -u llvm/test/Programs/MultiSource/Makefile:1.3 llvm/test/Programs/MultiSource/Makefile:1.4
--- llvm/test/Programs/MultiSource/Makefile:1.3	Mon Aug 18 00:06:25 2003
+++ llvm/test/Programs/MultiSource/Makefile	Tue Dec  2 11:10:45 2003
@@ -1,6 +1,5 @@
 # MultiSource Makefile:  Build all subdirectories automatically
 
 LEVEL = ../../..
-PARALLEL_DIRS  := $(filter-out %-disabled/, $(sort $(filter-out CVS/, $(wildcard */))))
-
+PARALLEL_DIRS  := Applications Benchmarks
 include $(LEVEL)/test/Programs/Makefile.programs





More information about the llvm-commits mailing list