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:
authorRaja R Harinath <harinath@hurrynot.org>2009-07-26 20:55:30 +0400
committerRaja R Harinath <harinath@hurrynot.org>2009-07-26 20:55:30 +0400
commitd531a7515eaad9fb1c2ca9fff160851fa70aa168 (patch)
treee23b518c058dddfd9be79a1c1c43563a2fca9d22 /mcs/class/System
parent885b9f9f7e221a81ed3bdb93ce6f25e661b76e53 (diff)
* Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
svn path=/trunk/mcs/; revision=138690
Diffstat (limited to 'mcs/class/System')
-rw-r--r--mcs/class/System/ChangeLog4
-rw-r--r--mcs/class/System/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 1e341394cf6..3c0da75d0d6 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-26 Raja R Harinath <harinath@hurrynot.org>
+
+ * Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
+
2009-07-22 Jb Evain <jbevain@novell.com>
* monotouch_System.dll.sources: bring Process in.
diff --git a/mcs/class/System/Makefile b/mcs/class/System/Makefile
index 3165c70520c..583ea7cf6ef 100644
--- a/mcs/class/System/Makefile
+++ b/mcs/class/System/Makefile
@@ -40,7 +40,7 @@ EXTRA_DISTFILES = \
Test/System.Security.Cryptography.X509Certificates/pkits/x509build.cs \
$(RESOURCE_FILES) \
$(TEST_RESOURCES)
-
+
lib_file := $(wildcard ../lib/$(PROFILE)/System.dll)
ifdef lib_file
ifdef PROFILE_2_OR_4
@@ -127,7 +127,7 @@ endif
include ../../build/library.make
-$(the_lib): $(CYCLIC_DEP_FILES)
+$(build_lib): $(CYCLIC_DEP_FILES)
$(test_lib): $(test_lib).config $(TEST_RESOURCES)