X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile.org;h=0fca7194c9bff23bcb16ea6867d9158ff5db41da;hb=25a58453ff5b73e7b4d5e2764d7924424694a82a;hp=a34033abe02356945a56b72cd4d220c4198d54c1;hpb=ed26604a717ca6e028ec12ae896603a96c66e2b2;p=oweals%2Fopenssl.git diff --git a/Makefile.org b/Makefile.org index a34033abe0..0fca7194c9 100644 --- a/Makefile.org +++ b/Makefile.org @@ -213,21 +213,21 @@ build_all: build_libs build_apps build_tests build_tools build_libs: build_crypto build_ssl build_engines build_crypto: - @dir=crypto; target=all; $(BUILD_CMD) + @dir=crypto; target=all; $(RECURSIVE_BUILD_CMD) build_ssl: - @dir=ssl; target=all; $(BUILD_CMD) + @dir=ssl; target=all; $(RECURSIVE_BUILD_CMD) build_engines: - @dir=engines; target=all; $(BUILD_CMD) + @dir=engines; target=all; $(RECURSIVE_BUILD_CMD) build_apps: - @dir=apps; target=all; $(BUILD_CMD) + @dir=apps; target=all; $(RECURSIVE_BUILD_CMD) build_tests: - @dir=test; target=all; $(BUILD_CMD) + @dir=test; target=all; $(RECURSIVE_BUILD_CMD) build_tools: - @dir=tools; target=all; $(BUILD_CMD) + @dir=tools; target=all; $(RECURSIVE_BUILD_CMD) all_testapps: build_libs build_testapps build_testapps: - @dir=crypto; target=testapps; $(BUILD_CMD) + @dir=crypto; target=testapps; $(RECURSIVE_BUILD_CMD) libcrypto$(SHLIB_EXT): libcrypto.a @if [ "$(SHLIB_TARGET)" != "" ]; then \