use the bootstrap path to build gmcs
authorJackson Harper <jackson@novell.com>
Thu, 29 Apr 2004 22:10:41 +0000 (22:10 -0000)
committerJackson Harper <jackson@novell.com>
Thu, 29 Apr 2004 22:10:41 +0000 (22:10 -0000)
svn path=/trunk/mcs/; revision=26352

mcs/gmcs/Makefile

index d88614fa5147ddf79c2d4d46744d0ebc47f2ae78..fda9dd77421559444153bb66c015a9c85e13e74b 100644 (file)
@@ -67,7 +67,7 @@ clean-local:
 dist-local: dist-default
 
 gmcs.exe: $(all_sources)
-       MONO_PATH="../class/lib/net_2_0:$(MONO_PATH)" $(BOOT_COMPILE) /target:exe /out:$@ $^
+       MONO_PATH="../class/lib/net_2_0_bootstrap:$(MONO_PATH)" $(BOOT_COMPILE) /target:exe /out:$@ $^
 
 cs-parser.cs: cs-parser.jay $(topdir)/jay/skeleton.cs
        $(topdir)/jay/jay -ctv < $(topdir)/jay/skeleton.cs $< >$@