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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 11:50:19 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 12:09:33 +0300
commit55c63bb6eca6b96a7a070150df6372bd0e3bb5aa (patch)
tree6035d4353d0677372240267629f59f1855c6d843 /main/build
parent3cfa7b0a265e72e88f75c16c070441ccce3bddc0 (diff)
[Mac] Copy the stub into the bin directory.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 0b8798de16..abd919858c 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -16,7 +16,7 @@ CLEANFILES = render.exe
#DISTCLEANFILES =
EXTRA_DIST = dmg-bg.png DS_Store Info.plist.in make-dmg-bundle.sh render.cs
-all: app
+all: app copy-local
render.exe: render.cs
gmcs -r:System.Drawing render.cs
@@ -32,6 +32,9 @@ clean-local:
rm -rf MonoDevelop.app
rm -f MonoDevelop*.dmg
+copy-local: monostub
+ cp monostub ../bin/MonoDevelop
+
app: monostub
if ENABLE_MACBUNDLE
@echo ""