diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-04 21:00:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-04 21:00:40 +0000 |
commit | f41e5368e7021877460d62c17539c114d93e4c62 (patch) | |
tree | f6466d769002ca9b180689b2967c2345b7ef8913 /make/openssl.mk | |
parent | 82e6f7d125a7a091c83ef88803553eeecd8e7c80 (diff) |
missed a spot
Diffstat (limited to 'make/openssl.mk')
-rw-r--r-- | make/openssl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/openssl.mk b/make/openssl.mk index 43a11c68b..095aa0737 100644 --- a/make/openssl.mk +++ b/make/openssl.mk @@ -69,5 +69,5 @@ openssl-clean: openssl-dirclean: rm -rf $(OPENSSL_DIR) -openssl: uclibc $(TARGET_DIR)/lib/libcrypto.so.0 +openssl: uclibc $(TARGET_DIR)/lib/libcrypto.so.0.9.7 |