2008-10-08 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Wed, 8 Oct 2008 06:57:46 +0000 (06:57 -0000)
committerZoltan Varga <vargaz@gmail.com>
Wed, 8 Oct 2008 06:57:46 +0000 (06:57 -0000)
* Makefile.am (dist-hook): Use 'net_1_1' instead of 'default'.

svn path=/trunk/mono/; revision=115174

ChangeLog
Makefile.am

index 364e95e88b50517a6ce99f825cf1c049dd13bbc6..6b221463e2b3039feb082fbb1b99fa3d858e7c99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
 
+       * Makefile.am (dist-hook): Use 'net_1_1' instead of 'default'.
+
        * runtime/Makefile.am: Rename 'default' profile to 'net_1_1'.
 
 2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>
index 72b8313664500ea812be76d334b8d9a41cb73deb..766e1aa3167d971dc34e5ecc4fb58224f7888d7f 100644 (file)
@@ -14,7 +14,7 @@ DISTCHECK_CONFIGURE_FLAGS = EXTERNAL_MCS=false EXTERNAL_RUNTIME=false
 # Distribute the 'mcs' tree too
 dist-hook:
        test -d $(distdir)/mcs || mkdir $(distdir)/mcs
-       d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) PROFILE=default distdir=$$d dist-recursive
+       d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) PROFILE=net_1_1 distdir=$$d dist-recursive
        d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) PROFILE=net_2_0 distdir=$$d dist-recursive
 
 pkgconfigdir = $(libdir)/pkgconfig