Author: marek
Date: 2008-02-14 07:08:02 -0500 (Thu, 14 Feb 2008)
New Revision: 95622

Modified:
   trunk/mcs/mcs/Makefile
Log:
Use correct parser file in `qh' profile



Modified: trunk/mcs/mcs/Makefile
===================================================================
--- trunk/mcs/mcs/Makefile      2008-02-14 12:06:18 UTC (rev 95621)
+++ trunk/mcs/mcs/Makefile      2008-02-14 12:08:02 UTC (rev 95622)
@@ -135,5 +135,5 @@
        $(RUNTIME) $(RUNTIME_FLAGS) --profile=$(PROFILER) $(PROGRAM) 
$(USE_MCS_FLAGS) -target:exe -out:mcs2.exe $(BUILT_SOURCES) @$(response)
 
 qh:
-       
MONO_PATH="../class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" 
$(RUNTIME) $(RUNTIME_FLAGS) ../class/lib/net_2_0_bootstrap/gmcs.exe  
/codepage:65001 -d:GMCS_SOURCE  -d:NET_1_1 -d:NET_2_0 -debug -target:exe 
-out:gmcs.exe gcs-parser.cs  @gmcs.exe.sources
+       
MONO_PATH="../class/lib/net_2_0_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" 
$(RUNTIME) $(RUNTIME_FLAGS) ../class/lib/net_2_0_bootstrap/gmcs.exe  
/codepage:65001 -d:GMCS_SOURCE  -d:NET_1_1 -d:NET_2_0 -debug -target:exe 
-out:gmcs.exe cs-parser.cs  @gmcs.exe.sources
        

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to