summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2020-12-17 12:44:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2020-12-17 12:44:20 +0900
commitf5bfdaca23d30f84008fcc894001f37ab08b3956 (patch)
treec676ab38441d67e3b9297b7fb452dd2dd3202811 /Makefile
parentdad0443cd91defa753312ce49bef2093591e64d9 (diff)
downloadre2-f5bfdaca23d30f84008fcc894001f37ab08b3956.tar.gz
re2-f5bfdaca23d30f84008fcc894001f37ab08b3956.tar.bz2
re2-f5bfdaca23d30f84008fcc894001f37ab08b3956.zip
Imported Upstream version 20201101upstream/20201101
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fe766d2..44cedee 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ endif
# ABI version
# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
-SONAME=8
+SONAME=9
# To rebuild the Tables generated by Perl and Python scripts (requires Internet
# access for Unicode data), uncomment the following line:
@@ -203,7 +203,7 @@ obj/dbg/libre2.a: $(DOFILES)
$(AR) $(ARFLAGS) obj/dbg/libre2.a $(DOFILES)
.PRECIOUS: obj/so/libre2.$(SOEXT)
-obj/so/libre2.$(SOEXT): $(SOFILES)
+obj/so/libre2.$(SOEXT): $(SOFILES) libre2.symbols libre2.symbols.darwin
@mkdir -p obj/so
$(MAKE_SHARED_LIBRARY) -o obj/so/libre2.$(SOEXTVER) $(SOFILES)
ln -sf libre2.$(SOEXTVER) $@