Skip to content

Commit

Permalink
Reflecting commit 14958 on version/4.02:
Browse files Browse the repository at this point in the history
Missing dependencies on the pack, causing parallel make to fail.


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14959 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Jun 5, 2014
1 parent d6bfdc7 commit 3946f47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ocamlbuild/Makefile
Expand Up @@ -73,6 +73,7 @@ EXTRA_CMO=\


PACK_CMX=$(PACK_CMO:.cmo=.cmx) PACK_CMX=$(PACK_CMO:.cmo=.cmx)
EXTRA_CMX=$(EXTRA_CMO:.cmo=.cmx) EXTRA_CMX=$(EXTRA_CMO:.cmo=.cmx)
EXTRA_CMI=$(EXTRA_CMO:.cmo=.cmi)


INSTALL_LIB=\ INSTALL_LIB=\
ocamlbuildlib.cma \ ocamlbuildlib.cma \
Expand Down Expand Up @@ -197,6 +198,10 @@ clean::
depend: beforedepend depend: beforedepend
$(OCAMLDEP) *.mli *.ml > .depend $(OCAMLDEP) *.mli *.ml > .depend


$(EXTRA_CMI): ocamlbuild_pack.cmi
$(EXTRA_CMO): ocamlbuild_pack.cmo ocamlbuild_pack.cmi
$(EXTRA_CMX): ocamlbuild_pack.cmx ocamlbuild_pack.cmi

include .depend include .depend


.PHONY: all allopt clean beforedepend .PHONY: all allopt clean beforedepend
Expand Down

0 comments on commit 3946f47

Please sign in to comment.