[banshee] build: don't hardcode the compiler (gmcs) for the 'hg' target
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] build: don't hardcode the compiler (gmcs) for the 'hg' target
- Date: Tue, 6 Aug 2013 09:45:50 +0000 (UTC)
commit c827de532e1171bfd174f2eed45f5ccb96654f26
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Tue Aug 6 11:45:14 2013 +0200
build: don't hardcode the compiler (gmcs) for the 'hg' target
Let's use the $(MCS) env var, set up by the configure phase.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 28407be..d48e450 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,7 +120,7 @@ test:
hg:
pushd bin; \
echo "class Entry { static void Main () { Hyena.Gui.TestModuleRunner.Run (); } }" > tester.cs; \
- gmcs -r:Hyena.Gui.dll tester.cs; \
+ $(MCS) -r:Hyena.Gui.dll tester.cs; \
mono --debug tester.exe; \
rm tester.*; \
popd;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]