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:
authorMarek Safar <marek.safar@gmail.com>2018-02-05 17:51:40 +0300
committerMarek Safar <marek.safar@gmail.com>2018-02-09 07:49:44 +0300
commit71ad99f7206dd8c7e5234e22cc14138e2ed42b24 (patch)
tree0a5cebd6b1d02ece926aff773a7103f63fe12a6f /mcs/class/Mono.CompilerServices.SymbolWriter
parentb3d60257e57a700a61d23175ba4cb70d9c1f0f62 (diff)
[build] Narrow recursive dependencies
Diffstat (limited to 'mcs/class/Mono.CompilerServices.SymbolWriter')
-rw-r--r--mcs/class/Mono.CompilerServices.SymbolWriter/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
index 0c116da9d19..3f46ca4c085 100644
--- a/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
+++ b/mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
@@ -18,10 +18,3 @@ LIBRARY_COMPILE = $(BOOT_COMPILE)
endif
include ../../build/library.make
-
-$(build_lib): $(bare_libdir)/System.dll
-
-$(bare_libdir)/System.dll:
- (cd ../System; make $@)
-
-.NOTPARALLEL: $(bare_libdir)/System.dll