Ver código fonte

2008-10-08 Zoltan Varga <[email protected]>

	* Makefile.am (dist-hook): Use 'net_1_1' instead of 'default'.

svn path=/trunk/mono/; revision=115174
Zoltan Varga 17 anos atrás
pai
commit
d5fa08b67b
2 arquivos alterados com 3 adições e 1 exclusões
  1. 2 0
      ChangeLog
  2. 1 1
      Makefile.am

+ 2 - 0
ChangeLog

@@ -1,5 +1,7 @@
 2008-10-08  Zoltan Varga  <[email protected]>
 
+	* 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  <[email protected]>

+ 1 - 1
Makefile.am

@@ -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