From cc0dee7a7430014145aa97ce915277e784583aec Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Mon, 29 Oct 2007 18:38:45 +0000 Subject: * runtime/Makefile.am ($(tmpinst)/bin/gmcs): Update rule to point to location of 'gmcs.exe'. svn path=/trunk/mono/; revision=88399 --- runtime/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index ceccf4e4508..779787b3ce3 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -121,7 +121,7 @@ $(tmpinst)/bin/mcs: $(tmpinst)/bin/mono Makefile $(tmpinst)/bin/gmcs: $(tmpinst)/bin/mono Makefile echo '#! /bin/sh' > $@ ; \ r=`pwd`; m=`cd $(mcs_topdir) && pwd`; \ - echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/gmcs/gmcs.exe"'" "$$@"' >> $@ ; \ + echo 'exec "'"$$r/$(tmpinst)/bin/mono"'" "'"$$m/class/lib/net_2_0/gmcs.exe"'" "$$@"' >> $@ ; \ chmod +x $@ $(tmpinst)/bin/ilasm: $(tmpinst)/bin/mono Makefile -- cgit v1.2.3