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

John Criswell criswell at cs.uiuc.edu
Fri Sep 10 13:06:09 PDT 2004



Changes in directory llvm-test/MultiSource/Applications:

Makefile updated: 1.13 -> 1.14
---
Log message:

Upgrade kimwitu++ to full test status.  I believe the native kimwitu++
compiles on Linux, Solaris, and MacOS X.


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

Index: llvm-test/MultiSource/Applications/Makefile
diff -u llvm-test/MultiSource/Applications/Makefile:1.13 llvm-test/MultiSource/Applications/Makefile:1.14
--- llvm-test/MultiSource/Applications/Makefile:1.13	Fri Sep 10 09:26:21 2004
+++ llvm-test/MultiSource/Applications/Makefile	Fri Sep 10 15:05:56 2004
@@ -4,9 +4,9 @@
 
 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 kimwitu++ 
 ifeq ($(OS),Linux)
-PARALLEL_DIRS += kimwitu++ obsequi hexxagon
+PARALLEL_DIRS += obsequi hexxagon
 endif
 
 include $(LEVEL)/Makefile.programs






More information about the llvm-commits mailing list