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-06-16 10:23:48 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-16 10:23:48 +0400
commitda525a5466544b2fbea0e42bba4cff78ffba0717 (patch)
tree53ab01be0ee059934a180d60c6baf81f010613fe /Makefile.am
parent1193274a28e67a65587e7b6b5e94e15f44829666 (diff)
(MCS_DIRS, MCS_FILES, MONO_CSHARP_DEBUGGER_DIR, MONO_CSHARP_DEBUGGER_FILE):
Avoid automake conditional/+= problems. svn path=/trunk/mono/; revision=29665
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 786f16f0478..c7140b13e10 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -45,8 +45,8 @@ MCS_BASIC_FILES = \
# Set of directories and files the 'mcs' compiler can use
## We build class/System twice to resolve the cyclic dependency of class/System.XML
-MCS_DIRS = $(MCS_BASIC_DIRS) class/System.XML class/System
-MCS_FILES = $(MCS_BASIC_FILES) $(mcs_topdir)/class/lib/default/System.Xml.dll
+MCS_DIRS = $(MCS_BASIC_DIRS) class/System.XML class/System $(MONO_CSHARP_DEBUGGER_DIR)
+MCS_FILES = $(MCS_BASIC_FILES) $(mcs_topdir)/class/lib/default/System.Xml.dll $(MONO_CSHARP_DEBUGGER_FILE)
tmpinst = _tmpinst
@@ -60,8 +60,8 @@ bootstrap: tmpinst-dir
else
-MCS_DIRS += class/Mono.CSharp.Debugger
-MCS_FILES += $(mcs_topdir)/class/lib/default/Mono.CSharp.Debugger.dll
+MONO_CSHARP_DEBUGGER_DIR = class/Mono.CSharp.Debugger
+MONO_CSHARP_DEBUGGER_FILE = $(mcs_topdir)/class/lib/default/Mono.CSharp.Debugger.dll
bootstrap: tmpinst-mcs-basic-build mono-do-runtime-only
$(MAKE) tmpinst-mcs-short-build