]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - engines/Makefile.in
Build dynamic engines even if configured "no-shared"
[thirdparty/openssl.git] / engines / Makefile.in
index ea2ae2cd1bacde6c72d3c11f50be3fa86261550f..d07cc0f8414877e39644764bc30325abc4928ddd 100644 (file)
@@ -57,7 +57,7 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ) $(TESTLIBOBJ)
-       @if [ -n "$(SHARED_LIBS)" ]; then \
+       @if [ "$(DYNAMIC_ENGINES)" = 1 ]; then \
                set -e; \
                for l in $(LIBNAMES) $(TESTLIBNAMES); do \
                        $(MAKE) -f ../Makefile.shared -e \