Rename the mobile_static profile to aot_only
[mono.git] / mcs / build / rules.make
index 18e2739bb8686c2a0825af71c4b00c80fac53a49..40b33a7aecc904e3502c3bbf25871c42b5f8fae1 100644 (file)
@@ -128,7 +128,7 @@ endif
 # For this to be done safely, we really need two passes. This
 # ensures that all of the .dlls are compiled before trying to
 # aot them. Because we want this to be the
-# default target for some profiles(mobile_static) we have a
+# default target for some profiles(aot_only) we have a
 # two-level build system. The do-all-aot target is what
 # gets invoked at the top-level when someone tries to build with aot.
 # It will invoke the do-all target, and will set TOP_LEVEL_DO for this