update the ocaml-src submodule to track the maintenance 4.07 branch

Building 4.07 (and 4.08) was broken on recent GCC versions; I just
pushed a commit to the maintenance branch of 4.07 to fix this, so that
I can build on my machine.
This commit is contained in:
Gabriel Scherer 2020-12-10 18:57:21 +01:00
parent f6039c4315
commit eae8c877fe
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4132d38ec5da4874688b957c28d0fcba2e8bbb9e
Subproject commit 4135828a4b66eb7403d68839da701257c0ccd31e

View File

@ -1,5 +1,5 @@
19,20c19
< echo ' -nopervasives -no-alias-deps -w -49' \
< ' -pp "$AWK -f expand_module_aliases.awk"';;
< ' -pp "$AWK -f ./expand_module_aliases.awk"';;
---
> echo ' -nopervasives -no-alias-deps -w -49';;