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/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