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

Chris Lattner sabre at nondot.org
Thu Feb 8 10:14:52 PST 2007



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.25 -> 1.26
---
Log message:

add minisat


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

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.25 llvm-test/MultiSource/Applications/Makefile:1.26
--- llvm-test/MultiSource/Applications/Makefile:1.25	Tue Oct  3 17:05:26 2006
+++ llvm-test/MultiSource/Applications/Makefile	Thu Feb  8 12:14:36 2007
@@ -5,7 +5,7 @@
 include $(LEVEL)/Makefile.config
 
 PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS \
-                 hexxagon oggenc JM viterbi
+                 hexxagon oggenc JM viterbi minisat
 
 # Obsequi uses Linux-only features; need to fix that
 ifeq ($(OS),Linux)






More information about the llvm-commits mailing list