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:
authorMarek Safar <marek.safar@gmail.com>2011-09-26 15:08:01 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-26 15:08:01 +0400
commitdd9b92a100119826688c71e9c7ef5fee064449cf (patch)
treed9f8275d959b5792a72ed0aa6dfeb5ff230df162 /mcs/class/aot-compiler
parenta06852a9531c80e3932f8320ed7e14a37ca4cce2 (diff)
Install 4.0 profile as developers package and make 4.5 profile default gac target for 4.x
Diffstat (limited to 'mcs/class/aot-compiler')
-rw-r--r--mcs/class/aot-compiler/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile
index d4cba321935..7dc1276ec0e 100644
--- a/mcs/class/aot-compiler/Makefile
+++ b/mcs/class/aot-compiler/Makefile
@@ -46,7 +46,7 @@ all-local: $(mscorlib_aot_image) $(mcs_aot_image)
install-local:
endif
-ifeq ($(PROFILE),net_4_0)
+ifeq ($(PROFILE), $(DEFAULT_PROFILE))
all-local: $(mscorlib_aot_image) $(mcs_aot_image)
install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
@@ -54,8 +54,8 @@ install-local:
$(INSTALL_LIB) $(mcs_aot_image) $(DESTDIR)$(PROGRAM_INSTALL_DIR)
endif
-# No mcs in net 2.0 or net 4.5
-MSCORLIB_PROFILE := $(filter net_2_0 net_4_5, $(PROFILE))
+# No mcs in net 2.0
+MSCORLIB_PROFILE := $(filter net_2_0, $(PROFILE))
ifdef MSCORLIB_PROFILE
all-local: $(mscorlib_aot_image)
install-local: