actually install the shared lib on illumos
authorLauri Tirkkonen <lotheac@iki.fi>
Fri, 22 Jan 2016 16:50:05 +0000 (18:50 +0200)
committerLauri Tirkkonen <lotheac@iki.fi>
Fri, 22 Jan 2016 16:56:03 +0000 (18:56 +0200)
Makefile.install

index 25783e3..edcfe89 100644 (file)
@@ -64,7 +64,7 @@ endif
 #for install shared library
 ifndef NO_SHARED
        @echo Copying the shared library to $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
-ifeq ($(OSNAME), Linux)
+ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS))
        @install -pm755 $(LIBSONAME) $(DESTDIR)$(OPENBLAS_LIBRARY_DIR)
        @cd $(DESTDIR)$(OPENBLAS_LIBRARY_DIR) ; \
        ln -fs $(LIBSONAME) $(LIBPREFIX).so ; \