Build fix - culevel built in 2.0 bootstrap phase
authorMarek Habersack <grendel@twistedcode.net>
Thu, 1 Oct 2009 09:06:41 +0000 (09:06 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 1 Oct 2009 09:06:41 +0000 (09:06 -0000)
svn path=/trunk/mcs/; revision=143124

mcs/class/System.Web/Makefile
mcs/tools/culevel/Makefile

index fb2d7f2193b271076c9314187de4333fd0cea9f4..bf8111487d86231812a385ee0256ff50264addb1 100644 (file)
@@ -281,7 +281,7 @@ $(RESX_RES): %.resources: %.resx
        $(RESGEN) `echo $< | $(PLATFORM_CHANGE_SEPARATOR_CMD)`
 
 System.Web/UplevelHelper.cs: UplevelHelperDefinitions.xml
-       $(TEST_RUNTIME) $(topdir)/class/lib/net_1_1_bootstrap/culevel.exe -o $@ $^
+       $(TEST_RUNTIME) $(topdir)/class/lib/net_2_0_bootstrap/culevel.exe -o $@ $^
 
 run-aaa: test
        $(TEST_RUNTIME) $(TEST_HARNESS) $(TEST_HARNESS_FLAGS) $(LOCAL_TEST_HARNESS_FLAGS) \
index 15e838386e34fc729d357b0238a0f4f2a1b7c2c9..cd0d44614c643485738bad614a524fbefff38859 100644 (file)
@@ -7,7 +7,7 @@ PROGRAM = $(topdir)/class/lib/$(PROFILE)/culevel.exe
 
 CLEAN_FILES = culevel.exe culevel.exe.mdb
 
-ifeq (net_1_1_bootstrap, $(PROFILE))
+ifeq (net_2_0_bootstrap, $(PROFILE))
 all-local: $(topdir)/class/lib/$(PROFILE)/culevel.exe
 endif