projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Makefile.shared needs to know how it can reach itself.
[openssl.git]
/
engines
/
Makefile.ssl
diff --git
a/engines/Makefile.ssl
b/engines/Makefile.ssl
index
afa70b7
..
c0dd720
100644
(file)
--- a/
engines/Makefile.ssl
+++ b/
engines/Makefile.ssl
@@
-70,6
+70,7
@@
libs: $(LIBOBJ)
set -e; \
for l in $(LIBNAMES); do \
$(NEWMAKE) -f ../Makefile.shared \
+ SHARED_MAKEFILE=../Makefile.shared \
CC="$(CC)" LIBNAME=$$l LIBEXTRAS=e_$$l.o \
LIBDEPS='-L.. -lcrypto $(EX_LIBS)' \
link_o.$(SHLIB_TARGET); \