From: Marek Safar Date: Thu, 10 Feb 2011 12:21:12 +0000 (+0000) Subject: Add mscorlib as mcs aot dependency X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=24b33b76173f84c2fef6745ab741d560b0ca520f;p=mono.git Add mscorlib as mcs aot dependency --- diff --git a/mcs/class/aot-compiler/Makefile b/mcs/class/aot-compiler/Makefile index eaaf62c6bf1..4d41657549b 100644 --- a/mcs/class/aot-compiler/Makefile +++ b/mcs/class/aot-compiler/Makefile @@ -29,7 +29,7 @@ ifndef SKIP_AOT ifdef PLATFORM_AOT_SUFFIX Q_AOT=$(if $(V),,@echo "AOT [$(PROFILE)] $(notdir $(@))";) -$(mcs_aot_image): $(mcs_exe) $(runtime_dep) +$(mcs_aot_image): $(mcs_exe) $(mscorlib_dll) $(runtime_dep) $(Q_AOT) MONO_PATH='$(the_libdir)' > $(PROFILE)_aot.log 2>&1 $(RUNTIME) --aot=bind-to-runtime-version,outfile=$(mcs_aot_image) --debug $(mcs_exe) || cat $(PROFILE)_aot.log || (cat $(PROFILE)_aot.log; exit 1) $(mscorlib_aot_image): $(mscorlib_dll) $(runtime_dep)