Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2013-12-06 01:14:54 +0400
committerTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2013-12-06 01:14:54 +0400
commitd39bebdafa2f34c308307a674135f36caf7e72aa (patch)
treec190b4424e9da144c7b5963c15127cafe5e3d443 /Mono.Profiler/profiler-file-decoder/Makefile.am
parent9d4930b9ea9b4c81e650618ed05ec370338e1c30 (diff)
use mcs instead of gmcs or dmcs
Diffstat (limited to 'Mono.Profiler/profiler-file-decoder/Makefile.am')
-rw-r--r--Mono.Profiler/profiler-file-decoder/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Profiler/profiler-file-decoder/Makefile.am b/Mono.Profiler/profiler-file-decoder/Makefile.am
index 2365dc7c..2fd53383 100644
--- a/Mono.Profiler/profiler-file-decoder/Makefile.am
+++ b/Mono.Profiler/profiler-file-decoder/Makefile.am
@@ -32,7 +32,7 @@ build_references = $(addprefix /r:, $(PROJECT_REFERENCES))
$(ASSEMBLY) $(ASSEMBLY_MDB): $(build_sources) $(DLL_REFERENCES) $(PROJECT_REFERENCES)
mkdir -p $(shell dirname $(ASSEMBLY))
- $(GMCS) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(build_sources) $(build_references)
+ $(MCS) $(CSFLAGS) -out:$(ASSEMBLY) -target:exe $(build_sources) $(build_references)
EXTRA_DIST = profiler-file-decoder.csproj $(FILES) $(RESOURCES) $(man_MANS)