mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Keep the sub_all symbol so all the algorithm Makefiles won't break.
This commit is contained in:
parent
88c80b3e75
commit
4c82171a8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user