aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-09-13 20:01:38 +0000
committerBill Wendling <isanbard@gmail.com>2010-09-13 20:01:38 +0000
commitab6b79045e4db4a76bce69df151f4abbf1b8c4ad (patch)
tree8802c25d64ccf22f1fac64aef8906cf5ccb5e816
parentf09e13c0b73b5501c7a1044c9d91c4bf9a3734f1 (diff)
Remove OpenSSL.release_28
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/branches/release_28@113775 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--MultiSource/Applications/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiSource/Applications/Makefile b/MultiSource/Applications/Makefile
index 60a8c48e..05bed244 100644
--- a/MultiSource/Applications/Makefile
+++ b/MultiSource/Applications/Makefile
@@ -5,7 +5,7 @@ LEVEL = ../..
include $(LEVEL)/Makefile.config
PARALLEL_DIRS = Burg aha sgefa siod d spiff treecc SPASS \
- oggenc JM viterbi SIBsim4 ClamAV sqlite3 lemon OpenSSL
+ oggenc JM viterbi SIBsim4 ClamAV sqlite3 lemon
ifndef DISABLE_CXX
PARALLEL_DIRS += lambda-0.1.3 hbd hexxagon minisat
endif