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