From: Richard Levitte Date: Wed, 9 Oct 2002 15:03:21 +0000 (+0000) Subject: Keep the sub_all symbol so all the algorithm Makefiles won't break. X-Git-Tag: OpenSSL_0_9_7-beta4~136^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4c82171a8ec95598bff0c97c932bf2487aee18cc;p=oweals%2Fopenssl.git Keep the sub_all symbol so all the algorithm Makefiles won't break. --- diff --git a/Makefile.org b/Makefile.org index fa99283e5c..ecc771c58f 100644 --- a/Makefile.org +++ b/Makefile.org @@ -215,6 +215,7 @@ BUILD_CMD=if echo " $(DIRS) " | grep " $$i " >/dev/null 2>/dev/null; then \ $(MAKE) $$i; \ fi; fi +sub_all: build_all build_all: build_libs build_apps build_tests build_tools build_libs: build_crypto build_ssl