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.Configuration/Makefile')
-rw-r--r--mcs/class/System.Configuration/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Configuration/Makefile b/mcs/class/System.Configuration/Makefile
index 7b85426edf6..01593bf8be9 100644
--- a/mcs/class/System.Configuration/Makefile
+++ b/mcs/class/System.Configuration/Makefile
@@ -16,6 +16,8 @@ configuration_library_deps = \
$(build_lib): $(configuration_library_deps)
+.NOTPARALLEL: $(configuration_library_deps)
+
$(secxml_libdir)/System.dll:
@echo System.Configuration: GETTING: $@
(cd ../System; $(MAKE) $@)