Search
j0ke.net Open Build Service
>
Projects
>
devel
>
ocaml
> ocaml-3.08.3.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ocaml-3.08.3.patch of Package ocaml (Revision 5)
Currently displaying revision
5
,
show latest
--- Makefile +++ Makefile @@ -648,7 +648,7 @@ otherlibraries: ocamltools for i in $(OTHERLIBRARIES); do \ - (cd otherlibs/$$i; $(MAKE) RUNTIME=$(RUNTIME) all) || exit $$?; \ + (cd otherlibs/$$i; $(MAKE) depend; $(MAKE) RUNTIME=$(RUNTIME) all) || exit $$?; \ done otherlibrariesopt: