projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88c80b3
)
Keep the sub_all symbol so all the algorithm Makefiles won't break.
author
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 15:03:21 +0000
(15:03 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 9 Oct 2002 15:03:21 +0000
(15:03 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index fa99283e5c1f8d035c8c80f43a6f863de6f737c0..ecc771c58f29d336832c1a3f439d8053c73a2b13 100644
(file)
--- 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