From 349eb12fd5ac3ce216a6d89084b8c6a63b9388b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Tue, 3 Jan 2006 03:05:08 +0000 Subject: Make sure that after the change from revision 1.261, it's still possible to do a partial build. --- Makefile.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile.org') 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 \ -- cgit v1.2.3