[netcore] Fix corerun build deps
authorMarek Safar <marek.safar@gmail.com>
Thu, 24 Oct 2019 14:58:20 +0000 (10:58 -0400)
committerMarek Safar <marek.safar@gmail.com>
Thu, 24 Oct 2019 18:09:14 +0000 (14:09 -0400)
Commit migrated from https://github.com/mono/mono/commit/81a4a19f0a3282866cb6459da5f56ff67f26b940

src/mono/Makefile.am
src/mono/netcore/Makefile

index 816a2b4..aefbc92 100644 (file)
@@ -21,7 +21,7 @@ endif
 
 if ENABLE_NETCORE
 update_submodules = 
-SUBDIRS = mk llvm mono runtime netcore netcore/corerun
+SUBDIRS = mk llvm mono runtime netcore
 else
 update_submodules = update_submodules
 SUBDIRS = $(build_with_msvc) mk po $(libgc_dir) llvm mono $(ikvm_native_dir) support data runtime scripts man samples $(tools_dir) $(build_without_msvc) $(docs_dir) acceptance-tests
index 72eb883..c0bcc5a 100644 (file)
@@ -252,6 +252,7 @@ coreclr/.stamp-tests:
 
 .PHONY: corerun
 corerun:
+       $(MAKE) -C corerun
        cp corerun/corerun $(SHAREDRUNTIME)
 
 run-tests-coreclr: prepare update-tests-coreclr corerun