Ticket #16868: patch-Makefile.osx.diff

File patch-Makefile.osx.diff, 478 bytes (added by dbevans (David B. Evans), 16 years ago)

Additional patchfile for files directory

  • Makefile.

    old new  
    5151        $(LIBTOOLSTAT) -o $@ $(MODULES)
    5252
    5353$(SHAREDLIB): $(MODULES)
    54         $(LIBTOOLDYN) -dynamiclib -o $@ $(MODULES)
     54        $(LIBTOOLDYN) -dynamiclib -install_name $(INSTALL_LIBDIR)/$@  -current_version $(VER_MAJOR).$(VER_MINOR) -compatibility_version $(VER_MAJOR) -o $@ $(MODULES)
    5555
    5656install:
    5757        install -d '$(DESTDIR)$(INSTALL_LIBDIR)' '$(DESTDIR)$(INSTALL_INCLUDE)'