* Makefile ($(build_lib)): Make CYCLIC_DEP_FILES depend on this.
authorRaja R Harinath <harinath@hurrynot.org>
Sun, 26 Jul 2009 16:55:30 +0000 (16:55 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Sun, 26 Jul 2009 16:55:30 +0000 (16:55 -0000)
svn path=/trunk/mcs/; revision=138690

mcs/class/System/ChangeLog
mcs/class/System/Makefile

index 1e341394cf68d30842814c6bfa574f22a162d32f..3c0da75d0d6a5372a83a3ea277628be5454f82e8 100644 (file)
@@ -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.
index 3165c70520c7daa72150f1615988f53f89ace377..583ea7cf6efded3486bb4f607948fd224b662d44 100644 (file)
@@ -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)