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:
072569e
)
Superflous '\' messes up with HP-UX make.
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 28 Jan 2002 16:30:06 +0000
(16:30 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 28 Jan 2002 16:30:06 +0000
(16:30 +0000)
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 171635647c2f4e18dbc31c882a01ed611a8f1d4b..8e225ef54ce1e326b405f06869171129dc3b0376 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-215,7
+215,7
@@
sub_all:
else \
$(MAKE) $$i; \
fi; \
- done;
\
+ done;
libcrypto$(SHLIB_EXT): libcrypto.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
@@
-223,6
+223,7
@@
libcrypto$(SHLIB_EXT): libcrypto.a
else \
echo "There's no support for shared libraries on this platform" >&2; \
fi
+
libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
$(MAKE) SHLIBDIRS=ssl SHLIBDEPS='-lcrypto' build-shared; \