aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/Makefile
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2010-09-01 14:51:21 +0200
committerDan Gudmundsson <[email protected]>2010-09-01 14:51:21 +0200
commitff896ab624ce48a3638ef185c4ed2dfb0ddf1794 (patch)
tree4818a860427ab2df6d3a9ccfba82b7acc7385a4c /lib/ssl/Makefile
parente28a9a10da7efeaa8d5856acd0231a581faa48ab (diff)
downloadotp-ff896ab624ce48a3638ef185c4ed2dfb0ddf1794.tar.gz
otp-ff896ab624ce48a3638ef185c4ed2dfb0ddf1794.tar.bz2
otp-ff896ab624ce48a3638ef185c4ed2dfb0ddf1794.zip
Remove cert building from Makefiles
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)