File ocaml-3.08.3.patch of Package ocaml
--- Makefile +++ Makefile @@ -577,7 +577,7 @@ otherlibraries: 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: for i in $(OTHERLIBRARIES); do \