X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Faot-compiler%2FMakefile;h=31a75b946d78ee36c0e8119920e36d9ba57228d6;hb=59b8a5d3bae8f55c7fa31080a0c1b9e88d4419b8;hp=be6d85f087cc4fa88b1759f0f7620847d4193fb4;hpb=af10ff717e227acc2c41a4dd82b435afa52e5936;p=mono.git diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile index be6d85f087c..31a75b946d7 100644 --- a/mcs/class/aot-compiler/Makefile +++ b/mcs/class/aot-compiler/Makefile @@ -69,11 +69,13 @@ clean-local: # AOT build profile mcs to speed up build ifeq ($(PROFILE),build) + +IMAGES = $(mscorlib_aot_image) $(csc_aot_image) $(csc_SRM_image) $(csc_SCI_image) ifdef MCS_MODE -all-local: $(mscorlib_aot_image) $(mcs_aot_image) -else -all-local: $(mscorlib_aot_image) $(csc_aot_image) $(csc_SRM_image) $(csc_SCI_image) + IMAGES += $(mcs_aot_image) endif + +all-local: $(IMAGES) install-local: endif