Ticket #24978: patch-Makefile.ocaml.diff
File patch-Makefile.ocaml.diff, 417 bytes (added by aeppert@…, 14 years ago) |
---|
-
bindings/ocaml/Makefile.ocaml
old new 160 160 161 161 install-deplibs: 162 162 $(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"; \ 164 164 done 165 165 166 166 uninstall-deplibs: