forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: install all compiler-libs archives instead of a manual listing
The issue ocaml#9050 comes (partly) from ocaml#2281 forgetting to add the compilerlibs/ocamlmiddleend archives in the installation target. The present patch should solve this issue once and for all, by using a wildcard to install all archives that have been built in compilerlibs/, instead of using a manual listing. Compared to trunk, the following extra files are installed in $(LIBDIR)/compilerlibs: ocamlmiddleend.{a,cma,cmxa}. There are no other changes in the installed-files list.
- Loading branch information
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters