[llvm-commits] [test-suite] r134970 - /test-suite/trunk/MultiSource/Applications/Makefile

Chris Lattner sabre at nondot.org
Mon Jul 11 23:16:45 PDT 2011


Author: lattner
Date: Tue Jul 12 01:16:44 2011
New Revision: 134970

URL: http://llvm.org/viewvc/llvm-project?rev=134970&view=rev
Log:
reenable oggenc, lets see if it works now, it works for me.

Modified:
    test-suite/trunk/MultiSource/Applications/Makefile

Modified: test-suite/trunk/MultiSource/Applications/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/Makefile?rev=134970&r1=134969&r2=134970&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/Makefile Tue Jul 12 01:16:44 2011
@@ -5,7 +5,7 @@
 include $(LEVEL)/Makefile.config
 
 PARALLEL_DIRS  = Burg aha sgefa siod d spiff treecc SPASS \
-                 JM viterbi SIBsim4 ClamAV sqlite3 lemon
+                 oggenc JM viterbi SIBsim4 ClamAV sqlite3 lemon
 ifndef DISABLE_CXX
 PARALLEL_DIRS += lambda-0.1.3 hbd hexxagon minisat 
 endif





More information about the llvm-commits mailing list