X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=60f189ef235373fca27db36f678282fd72338b02;hb=28e4e9c096e3b0bbe8506b87257c003059899a78;hp=07b08439e1323c5b18fe880f64fd123e2beb6f9c;hpb=6b6c9b1441e231e229658d8d3331b0f683375635;p=platform%2Fupstream%2Fopenblas.git diff --git a/Makefile b/Makefile index 07b0843..60f189e 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ endif ifeq ($(OSNAME), Darwin) @$(MAKE) -C exports dyn @ln -fs $(LIBDYNNAME) $(LIBPREFIX).dylib + @ln -fs $(LIBDYNNAME) $(LIBPREFIX).$(MAJOR_VERSION).dylib endif ifeq ($(OSNAME), WINNT) @$(MAKE) -C exports dll