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 <teromario@yahoo.com>2018-02-13 15:50:22 +0300
committerGitHub <noreply@github.com>2018-02-13 15:50:22 +0300
commitd70128a9c6e7cbd449ff8a1c6d6df945de228b52 (patch)
treebcf624b266ad65812dcfdb9956d3dc59922a75f0 /Makefile
parent4279a462fc334ed89115b53fbb9be81bfd71ff97 (diff)
[AOT] Fix wrong target name for aot-all (#3842)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec0c69a148..c87bdb6694 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive
@cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION)
@cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION)
-aot-all: aot aot-gac aot-copy
+aot-all: aot aot-gac aot-msbuild-with-copy
aot-msbuild-with-copy: aot-msbuild
@for i in $(MSBUILD_DLLS); do cp -r "$$i" "$$i.dylib" "$$i.dylib.dSYM" $(BIN_DIR)/bin; done