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/Mono.Security/Makefile')
-rw-r--r--mcs/class/Mono.Security/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index 7fb6e714766..db825677a5b 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -11,4 +11,6 @@ include ../../build/library.make
$(build_lib): $(the_libdir_base)bare/System.dll
$(the_libdir_base)bare/System.dll:
- (cd ../System; $(MAKE) $@) \ No newline at end of file
+ (cd ../System; $(MAKE) $@)
+
+.NOTPARALLEL: $(the_libdir_base)bare/System.dll \ No newline at end of file