From 4c82171a8ec95598bff0c97c932bf2487aee18cc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 9 Oct 2002 15:03:21 +0000 Subject: [PATCH] Keep the sub_all symbol so all the algorithm Makefiles won't break. --- Makefile.org | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1