Merge pull request #2338 from BogdanovKirill/httpwritefix3
[mono.git] / mcs / class / System / Makefile
index b734c75c85064ee2c726ef5db51a17aebfabe4cc..5f52ecca39176e02e956f997839208bf77a07d5e 100644 (file)
@@ -104,7 +104,7 @@ artifacts = $(system_library_deps)                  \
 
 .NOTPARALLEL: $(system_library_deps)
 
-$(the_libdir_base)System.dll: $(system_library_deps) 
+$(the_libdir_base)System.dll: $(system_library_deps) ../Mono.Security/Makefile
 
 ifeq (bare/,$(intermediate))
 build-bare:
@@ -126,7 +126,7 @@ $(the_libdir_base)System.Xml.dll:
 $(bare_libdir)/System.Xml.dll:
        (cd ../System.XML; $(MAKE) $@)
 
-$(the_libdir_base)Mono.Security.dll:
+$(the_libdir_base)Mono.Security.dll: ../Mono.Security/Makefile
        (cd ../Mono.Security; $(MAKE))
 
 $(the_libdir_base)System.Configuration.dll: