diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2020-12-17 12:44:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2020-12-17 12:44:20 +0900 |
commit | f5bfdaca23d30f84008fcc894001f37ab08b3956 (patch) | |
tree | c676ab38441d67e3b9297b7fb452dd2dd3202811 /Makefile | |
parent | dad0443cd91defa753312ce49bef2093591e64d9 (diff) | |
download | re2-f5bfdaca23d30f84008fcc894001f37ab08b3956.tar.gz re2-f5bfdaca23d30f84008fcc894001f37ab08b3956.tar.bz2 re2-f5bfdaca23d30f84008fcc894001f37ab08b3956.zip |
Imported Upstream version 20201101upstream/20201101
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) $@ |