Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2019-10-24 17:58:20 +0300
committerMarek Safar <marek.safar@gmail.com>2019-10-24 21:09:14 +0300
commit81a4a19f0a3282866cb6459da5f56ff67f26b940 (patch)
treeaa249a9f4643f465865897f028dbfa929cfd9454 /Makefile.am
parent1553889bc54f87060158febca7e6b8b9910975f8 (diff)
[netcore] Fix corerun build deps
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 816a2b4e589..aefbc921c89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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