Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2007-10-29 21:38:45 +0300
committerRaja R Harinath <harinath@hurrynot.org>2007-10-29 21:38:45 +0300
commitcc0dee7a7430014145aa97ce915277e784583aec (patch)
tree82df641f7c50df6ba6d00ee4746d3f90e00866a1 /runtime
parente952d96bc82fb26c6c3391215de49b80acdbb3e3 (diff)
* runtime/Makefile.am ($(tmpinst)/bin/gmcs): Update rule to point
to location of 'gmcs.exe'. svn path=/trunk/mono/; revision=88399
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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