Skip to content

Commit

Permalink
Revert "runtime4 changes for Makefile.upstream"
Browse files Browse the repository at this point in the history
This reverts commit ff18be6.
  • Loading branch information
mshinwell committed Oct 22, 2024
1 parent ff18be6 commit 01f377b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime4/dune
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
../Makefile.build_config
../Makefile.config_if_required
../Makefile.common
../Makefile.upstream
Makefile
(glob_files caml/*.h)
caml/domain_state.tbl
Expand All @@ -94,7 +93,7 @@
(progn
(bash "touch .depend") ; hack.
(run make "SAK_LINK=cc -o $(1) $(2)" COMPUTE_DEPS=false sak)
(run make -sj8 -f Makefile.upstream %{targets} COMPUTE_DEPS=false)
(run make -sj8 %{targets} COMPUTE_DEPS=false)
(bash "rm .depend")))))

(install
Expand Down

0 comments on commit 01f377b

Please sign in to comment.