diff --git a/Shakefile.hs b/Shakefile.hs index dd37a40c1..825b79cc2 100755 --- a/Shakefile.hs +++ b/Shakefile.hs @@ -129,8 +129,8 @@ buildIcuMacosFix version = execStackWithYaml_ updateSubmodules :: Action () updateSubmodules = do - command_ [] "git" ["submodule", "sync"] - command_ [] "git" ["submodule", "update", "--init"] + command_ [] "git" ["submodule", "sync", "--recursive"] + command_ [] "git" ["submodule", "update", "--init", "--recursive"] installCabal :: GhcPath -> Action () installCabal ghc = do