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:
authorDick Porter <dick@acm.org>2004-06-22 17:41:32 +0400
committerDick Porter <dick@acm.org>2004-06-22 17:41:32 +0400
commit631b27e20094ab2ec458c3c2a91cba0726dbed1f (patch)
treeb612fe4ff0169397a7bcd7fb04cfc5037adb62da /Makefile.am
parent2b850af228c607574995b4b6d6fae5e1add86b31 (diff)
Fix for older automake
svn path=/trunk/mono/; revision=30115
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 8573358b0be..59495553046 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,10 +50,10 @@ MCS_FILES = $(MCS_BASIC_FILES) $(mcs_topdir)/class/lib/default/System.Xml.dll $(
tmpinst = _tmpinst
-populate_profiles = default:net_1_1
-
if PLATFORM_WIN32
+populate_profiles = default:net_1_1
+
# bootstraps using the .NET C# compiler
bootstrap: faststrap
@@ -62,7 +62,7 @@ else
MONO_CSHARP_DEBUGGER_DIR = class/Mono.CSharp.Debugger
MONO_CSHARP_DEBUGGER_FILE = $(mcs_topdir)/class/lib/default/Mono.CSharp.Debugger.dll
-populate_profiles += net_2_0:net_2_0
+populate_profiles = default:net_1_1 net_2_0:net_2_0
bootstrap: tmpinst-mcs-basic-build mono-do-runtime-only
$(MAKE) tmpinst-mcs-short-build