aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-09-02 15:25:14 +0200
committerDan Gudmundsson <[email protected]>2010-09-02 15:25:14 +0200
commitf0c4e27ef0a5a365cab7b1dc69dbecf7856c3f3f (patch)
tree8e5727c1244f0f8a227e2c9a70fc37fdeac65783 /lib/ssl/Makefile
parent68b47f68edadf2bbea608e37bdd2c426180c2d99 (diff)
parent9ed56d8518cfb33c9163be8e9de42ca8bc6979cb (diff)
downloadotp-f0c4e27ef0a5a365cab7b1dc69dbecf7856c3f3f.tar.gz
otp-f0c4e27ef0a5a365cab7b1dc69dbecf7856c3f3f.tar.bz2
otp-f0c4e27ef0a5a365cab7b1dc69dbecf7856c3f3f.zip
Merge branch 'dgud/ssl-commit-example-certs' into dev
* dgud/ssl-commit-example-certs: Cleanup ssl configure parts Remove cert building from Makefiles Checkin example certs instead of generating them.
Diffstat (limited to 'lib/ssl/Makefile')
-rw-r--r--lib/ssl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ssl/Makefile b/lib/ssl/Makefile
index 8c9d78d4bc..daad7dc3e6 100644
--- a/lib/ssl/Makefile
+++ b/lib/ssl/Makefile
@@ -25,11 +25,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk
# Macros
#
-SUB_DIRECTORIES = src c_src doc/src
-
-ifeq ($(CROSS_COMPILING),no)
-SUB_DIRECTORIES += examples/certs examples/src
-endif
+SUB_DIRECTORIES = src c_src doc/src examples/certs examples/src
include vsn.mk
VSN = $(SSL_VSN)