2010-03-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / build / profiles / monotouch.make
index 4966cda41d6057e111093eaf76fffc5e8ab4e490..97d1dcffb216450cb3c8850f0a13ce806b42964a 100644 (file)
@@ -3,7 +3,7 @@
 my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack
 INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe
 
-BOOTSTRAP_PROFILE = net_2_1_bootstrap
+BOOTSTRAP_PROFILE = monotouch_bootstrap
 
 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(my_runtime) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/smcs.exe
 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)