blob: 396ef09abcfa6f2514d520d13a186930f191cf2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- openssl-0.9.8/Makefile.org 2005-07-06 01:18:09.000000000 +0200
+++ openssl-0.9.8.az/Makefile.org 2005-07-06 01:19:02.000000000 +0200
@@ -208,15 +208,15 @@
build_crypto:
@dir=crypto; target=all; $(BUILD_CMD)
-build_ssl:
+build_ssl: build_crypto
@dir=ssl; target=all; $(BUILD_CMD)
-build_engines:
+build_engines: build_crypto
@dir=engines; target=all; $(BUILD_CMD)
-build_apps:
+build_apps: build_libs
@dir=apps; target=all; $(BUILD_CMD)
-build_tests:
+build_tests: build_libs
@dir=test; target=all; $(BUILD_CMD)
-build_tools:
+build_tools: build_libs
@dir=tools; target=all; $(BUILD_CMD)
all_testapps: build_libs build_testapps
|