crypto: regenerate crypto_portable.sym
Make crypto_portable.sym depend on crypto.sym and libcrypto.so on crypto_portable.sym to rebuild library if one of symbol files changes. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
This commit is contained in:
parent
81e279b691
commit
d54b9c15bd
@ -21,7 +21,7 @@ EXTRA_DIST += compat/strcasecmp.c
|
|||||||
BUILT_SOURCES = crypto_portable.sym
|
BUILT_SOURCES = crypto_portable.sym
|
||||||
CLEANFILES = crypto_portable.sym
|
CLEANFILES = crypto_portable.sym
|
||||||
|
|
||||||
crypto_portable.sym:
|
crypto_portable.sym: crypto.sym Makefile
|
||||||
-echo "generating crypto_portable.sym ..."
|
-echo "generating crypto_portable.sym ..."
|
||||||
-cp $(top_srcdir)/crypto/crypto.sym crypto_portable.sym
|
-cp $(top_srcdir)/crypto/crypto.sym crypto_portable.sym
|
||||||
-chmod u+w crypto_portable.sym
|
-chmod u+w crypto_portable.sym
|
||||||
@ -94,6 +94,7 @@ if HOST_WIN
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym
|
libcrypto_la_LDFLAGS = -version-info @LIBCRYPTO_VERSION@ -no-undefined -export-symbols crypto_portable.sym
|
||||||
|
EXTRA_libcrypto_la_DEPENDENCIES = crypto_portable.sym
|
||||||
libcrypto_la_LIBADD = libcompat.la
|
libcrypto_la_LIBADD = libcompat.la
|
||||||
if !HAVE_EXPLICIT_BZERO
|
if !HAVE_EXPLICIT_BZERO
|
||||||
libcrypto_la_LIBADD += libcompatnoopt.la
|
libcrypto_la_LIBADD += libcompatnoopt.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user