[moonlight] Fix up the bootstrap mcs when building
authorAlan McGovern <alan.mcgovern@gmail.com>
Tue, 26 Apr 2011 17:05:41 +0000 (18:05 +0100)
committerAlan McGovern <alan.mcgovern@gmail.com>
Tue, 26 Apr 2011 17:05:41 +0000 (18:05 +0100)
We should use the system mono as the bootstrap MCS and then the
just-built mono for everything else.

mcs/build/profiles/moonlight_raw.make

index 541a07c6efb5e17e2c7460644655f31a232ad0d1..2d08fd2d7d01e84a59248502a5c1fb465fa668d3 100644 (file)
@@ -2,8 +2,8 @@
 
 BOOTSTRAP_PROFILE = build
 
-BOOTSTRAP_MCS = $(INTERNAL_GMCS)
-MCS = $(BOOTSTRAP_MCS)
+BOOTSTRAP_MCS = mcs
+MCS = $(INTERNAL_GMCS)
 
 profile-check: $(depsdir)/.stamp
        @: