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 12:34:40 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2015-09-18 12:34:40 +0300
commit0ed48a06105ec66f0b63b9c8e8cac6d7c5bc79f5 (patch)
tree00fa1c412459a863c7d27159ce8a0e503102dec9 /main/build
parent55c63bb6eca6b96a7a070150df6372bd0e3bb5aa (diff)
[Mac] Try putting copy in app target.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index abd919858c..831858e059 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 copy-local
+all: app
render.exe: render.cs
gmcs -r:System.Drawing render.cs
@@ -32,10 +32,8 @@ clean-local:
rm -rf MonoDevelop.app
rm -f MonoDevelop*.dmg
-copy-local: monostub
- cp monostub ../bin/MonoDevelop
-
app: monostub
+ cp monostub ../bin/MonoDevelop
if ENABLE_MACBUNDLE
@echo ""
@echo "Creating directories in app bundle"