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:
Diffstat (limited to 'mcs/class/System/Makefile')
-rw-r--r--mcs/class/System/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index b401ff84ed1..d78b6e2ccd8 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -74,16 +74,22 @@ include ../../build/library.make
system_library_deps := \
$(secxml_libdir)/System.dll \
- $(the_libdir_base)System.Xml.dll \
- $(the_libdir_base)Mono.Security.dll
+ $(the_libdir_base)System.Xml.dll \
+ $(the_libdir_base)Mono.Security.dll \
+ $(bare_libdir)/System.dll
ifndef PROFILE_ANY_MOBILE
system_library_deps += $(the_libdir_base)System.Configuration.dll
endif
-build-test-dep-xml: $(the_libdir_base)System.Xml.dll
+artifacts = $(system_library_deps) \
+ $(bare_libdir)/System.Xml.dll \
+ $(the_libdir_base)Mono.Security.dll \
+ $(the_libdir_base)System.Configuration.dll
-$(the_libdir_base)System.dll: $(system_library_deps)
+.NOTPARALLEL: $(system_library_deps)
+
+$(the_libdir_base)System.dll: $(system_library_deps)
ifeq (bare/,$(intermediate))
build-bare: