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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2018-02-19 05:13:09 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-02-19 05:13:09 +0300
commitc4d1da6ef3c9d24241215d208fdbeba5e54aff93 (patch)
tree2d9fdc5ac057d3bbec1bf6b9d47e127198e86df0 /mcs/Makefile
parenta7ed34f4db612176760504fffb845313a8ac2ae2 (diff)
[master] [sdks] Fix for XA integration (#7103)
Diffstat (limited to 'mcs/Makefile')
-rw-r--r--mcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/Makefile b/mcs/Makefile
index 59db5e77267..f4de700d6a8 100644
--- a/mcs/Makefile
+++ b/mcs/Makefile
@@ -47,7 +47,7 @@ all-profiles $(STD_TARGETS:=-profiles): %-profiles: profiles-do--%
@:
profiles-do--%:
- $(MAKE) $(PROFILES:%=profile-do--%--$*)
+ $(if $(PROFILES),$(MAKE) $(PROFILES:%=profile-do--%--$*))
# The % below looks like profile-name--target-name
profile-do--%: