summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 15:03:21 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 15:03:21 +0000
commit4c82171a8ec95598bff0c97c932bf2487aee18cc (patch)
treea6a9c33770483970c67426bf530e4067ffeddffa /Makefile.org
parent88c80b3e755248ca155e61b834c1862b080e2a7e (diff)
Keep the sub_all symbol so all the algorithm Makefiles won't break.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org1
1 files changed, 1 insertions, 0 deletions
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