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>2004-05-26 11:41:03 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-26 11:41:03 +0400
commit28d631d2015ba99df5ab9fa4975c732007fdb35e (patch)
tree8af6b953c86ba3b4dc323a01b12d84a375617475 /Makefile.am
parentb2fb916aed77a091ef24e9af141c479f8ae9d681 (diff)
* Makefile.am (mcs-do-basic-build): No need to set MCS here.
* runtime/net_1_1/Makefile.am (gac_assemblies_list): Update to reflect new names for nunit.util and nunit.framework. Add nunit.core. * runtime/net_2_0/Makefile.am (gac_assemblies_list): Likewise. svn path=/trunk/mono/; revision=28123
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 81cb9bb9add..00c64e45385 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -91,7 +91,7 @@ mcs-do-basic-build:
cd $(mcs_topdir)/jay && $(MAKE)
cd $(mcs_topdir)/mcs && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
cd $(mcs_topdir)/class/corlib && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
- cd $(mcs_topdir)/class/System && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB" MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
+ cd $(mcs_topdir)/class/System && $(MAKE) PROFILE=default BOOTSTRAP_MCS="mcs -d:BOOTSTRAP_WITH_OLDLIB"
mcs-do-short-build:
tmpinst=`cd _tmpinst && pwd` ; \