Keep the sub_all symbol so all the algorithm Makefiles won't break.

This commit is contained in:
Richard Levitte 2002-10-09 15:03:21 +00:00
parent 88c80b3e75
commit 4c82171a8e

View File

@ -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