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