Changes of Revision 5
[-] [+] | Added | ocaml-3.08.3.patch |
@@ -0,0 +1,11 @@ +--- 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: |