[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/Makefile
John Criswell
criswell at cs.uiuc.edu
Tue Mar 9 13:34:02 PST 2004
Changes in directory llvm/test/Programs/MultiSource/Applications:
Makefile updated: 1.4 -> 1.5
---
Log message:
Enabled d on all platforms (works on Solaris and Linux now).
---
Diffs of the changes: (+1 -4)
Index: llvm/test/Programs/MultiSource/Applications/Makefile
diff -u llvm/test/Programs/MultiSource/Applications/Makefile:1.4 llvm/test/Programs/MultiSource/Applications/Makefile:1.5
--- llvm/test/Programs/MultiSource/Applications/Makefile:1.4 Thu Jan 1 11:14:25 2004
+++ llvm/test/Programs/MultiSource/Applications/Makefile Tue Mar 9 13:33:09 2004
@@ -4,9 +4,6 @@
include $(LEVEL)/Makefile.config
-PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3
-ifeq ($(OS),Linux)
-PARALLEL_DIRS += d
-endif
+PARALLEL_DIRS = Burg aha sgefa siod lambda-0.1.3 d
include $(LEVEL)/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list