summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-13 14:09:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-13 14:09:45 +0000
commit9ac37cb0185c7448b46b5b007fe7b71d8dbec93f (patch)
tree7e0c3cdd245dfa3b96dc40e5da5ee9c097058c36 /Makefile.org
parentfb7751b44f29746294ccf5a14c31e86ed77d67bc (diff)
PR: 2084
Submitted by: Mike Frysinger <vapier@gentoo.org> Approved by: steve@openssl.org Parallel build fix.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.org b/Makefile.org
index e7897814ae..fa0a0491cf 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -335,15 +335,15 @@ build_crypto:
dir=crypto; target=all; $(BUILD_ONE_CMD)
build_fips:
@dir=fips; target=all; [ -z "$(FIPSCANLIB)" ] || $(BUILD_ONE_CMD)
-build_ssl:
+build_ssl: build_crypto
@dir=ssl; target=all; $(BUILD_ONE_CMD)
-build_engines:
+build_engines: build_crypto
@dir=engines; target=all; $(BUILD_ONE_CMD)
-build_apps:
+build_apps: build_libs
@dir=apps; target=all; $(BUILD_ONE_CMD)
-build_tests:
+build_tests: build_libs
@dir=test; target=all; $(BUILD_ONE_CMD)
-build_tools:
+build_tools: build_libs
@dir=tools; target=all; $(BUILD_ONE_CMD)
all_testapps: build_libs build_testapps