This POS doesn't seem to behave like the rest of the build.
authorPaolo Molaro <lupus@oddwiz.org>
Fri, 14 Mar 2008 09:12:58 +0000 (09:12 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Fri, 14 Mar 2008 09:12:58 +0000 (09:12 -0000)
svn path=/trunk/mcs/; revision=98256

mcs/tools/tuner/Makefile

index 60bb848be1ba105ba8db0762ab9db2e77d3aabd7..43d6631665954bdcf0a6a093514c1a5b4d4994cf 100644 (file)
@@ -86,6 +86,9 @@ tune.stamp: $(WORKING_FILES) $(OUTPUT_DIR)/.stamp
        for i in $(DLLFILES); do $(SN) $(SNFLAGS) $(OUTPUT_DIR)/$$i $(topdir)/class/mono.snk; done
        mv $@t $@
 
+gacutil = $(topdir)/class/lib/net_1_1_bootstrap/gacutil.exe
+GACUTIL = MONO_PATH="$(topdir)/class/lib/net_1_1_bootstrap$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(gacutil) -bootstrap
+
 TUNER_INSTALL_DIR = $(DESTDIR)$(mono_libdir)/mono/2.1
 
 end-install: inst-mscorlib.dll inst-smcs.exe gac-System gac-System.Xml.Core gac-System.Core