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

Chris Lattner lattner at cs.uiuc.edu
Sun Apr 24 21:27:14 PDT 2005



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.16 -> 1.17
---
Log message:

Add a new program


---
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.16 llvm-test/MultiSource/Applications/Makefile:1.17
--- llvm-test/MultiSource/Applications/Makefile:1.16	Wed Oct  6 12:28:02 2004
+++ llvm-test/MultiSource/Applications/Makefile	Sun Apr 24 23:26:57 2005
@@ -4,7 +4,7 @@
 
 include $(LEVEL)/Makefile.common
 
-PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc
+PARALLEL_DIRS  = Burg aha sgefa siod lambda-0.1.3 d spiff hbd treecc SPASS
 
 # All platforms except Darwin should be able to handle hexxagon
 ifneq ($(OS),Darwin)






More information about the llvm-commits mailing list