Ticket #17489: patch-Makefile.ocaml.diff

File patch-Makefile.ocaml.diff, 417 bytes (added by hircus@…, 16 years ago)

Patch for ocaml binding's Makefile.ocaml

  • bindings/ocaml/Makefile.ocaml

    old new  
    160160
    161161install-deplibs:
    162162        $(Verb) for i in $(DestLibs:$(PROJ_libocamldir)/%=%); do \
    163           ln -sf "$(PROJ_libdir)/$$i" "$(PROJ_libocamldir)/$$i"; \
     163         ln -sf "${OVERRIDE_libdir}/$$i" "$(PROJ_libocamldir)/$$i"; \
    164164        done
    165165
    166166uninstall-deplibs: