Author: atsushi
Date: 2005-12-12 11:46:36 -0500 (Mon, 12 Dec 2005)
New Revision: 54247

Modified:
   trunk/mcs/class/ChangeLog
   trunk/mcs/class/Makefile
Log:
2005-12-12  Atsushi Enomoto  <[EMAIL PROTECTED]>

        * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.



Modified: trunk/mcs/class/ChangeLog
===================================================================
--- trunk/mcs/class/ChangeLog   2005-12-12 16:18:27 UTC (rev 54246)
+++ trunk/mcs/class/ChangeLog   2005-12-12 16:46:36 UTC (rev 54247)
@@ -1,3 +1,7 @@
+2005-12-12  Atsushi Enomoto  <[EMAIL PROTECTED]>
+
+       * Makefile : seems like net_2_0_ONLY_SUBDIRS must precede.
+
 2005-12-12  Raja R Harinath  <[EMAIL PROTECTED]>
 
        * Makefile (default_SUBDIRS): New.  Rename from SUBDIRS, and move

Modified: trunk/mcs/class/Makefile
===================================================================
--- trunk/mcs/class/Makefile    2005-12-12 16:18:27 UTC (rev 54246)
+++ trunk/mcs/class/Makefile    2005-12-12 16:46:36 UTC (rev 54247)
@@ -81,13 +81,14 @@
        Microsoft.JScript               \
        FirebirdSql.Data.Firebird
 
-net_2_0_SUBDIRS := $(default_SUBDIRS) $(net_2_0_ONLY_SUBDIRS)
 net_2_0_ONLY_SUBDIRS := \
        Microsoft.Build.Framework       \
        Microsoft.Build.Utilities       \
        Microsoft.Build.Engine          \
        Microsoft.Build.Tasks
 
+net_2_0_SUBDIRS := $(default_SUBDIRS) $(net_2_0_ONLY_SUBDIRS)
+
 include ../build/rules.make
 
 SUBDIRS = $(default_SUBDIRS)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to