Skip to content

Commit

Permalink
Merge pull request #10739 from shindere/fix-install
Browse files Browse the repository at this point in the history
Stop installling executable programs in LIBDIR
  • Loading branch information
Octachron committed Nov 19, 2021
2 parents 5928536 + 8e61bfe commit 3fa2cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ OCaml 4.14.0
- #10717: Simplify the installation of man pages
(Sébastien Hinderer, review by David Allsopp)

- #10739: Stop installing extract_crc
(Sébastien Hinderer, review by David Allsopp, Daniel Bünzli, Xavier Leroy
and Gabriel Scherer)

### Bug fixes:

- #9214, #10709: Wrong unmarshaling of function pointers in debugger mode.
Expand Down
1 change: 0 additions & 1 deletion otherlibs/dynlink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ ifeq "$(INSTALL_SOURCE_ARTIFACTS)" "true"
dynlink.cmti dynlink.mli \
"$(INSTALL_LIBDIR)"
endif
$(INSTALL_PROG) $(extract_crc) "$(INSTALL_LIBDIR)"

installopt:
if $(NATDYNLINK); then \
Expand Down

0 comments on commit 3fa2cfc

Please sign in to comment.