diff options
author | Richard Levitte <levitte@openssl.org> | 2002-10-15 13:58:44 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-10-15 13:58:44 +0200 |
commit | 8258f7b361a8d1ecd3e70664988e3d825a500743 (patch) | |
tree | 38aaa17e77f4ed073c8fd475e4c12589fe7851d9 /engines/Makefile.ssl | |
parent | When BN_add_word() reaches top, it shouldn't try to add the the corresponding (diff) | |
download | openssl-8258f7b361a8d1ecd3e70664988e3d825a500743.tar.xz openssl-8258f7b361a8d1ecd3e70664988e3d825a500743.zip |
Makefile.shared needs to know how it can reach itself.
Diffstat (limited to '')
-rw-r--r-- | engines/Makefile.ssl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/Makefile.ssl b/engines/Makefile.ssl index afa70b7131..c0dd720895 100644 --- 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); \ |