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:
authorMiguel de Icaza <miguel@gnome.org>2004-05-12 07:01:09 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-05-12 07:01:09 +0400
commite037b59a7ed89a31dd9cfbf8549a0b89dc9c752e (patch)
tree444b95607d0171dc79b35169b7f5604950c86a47 /scripts
parent1a952799be5c3f596d9f14ec0602d244f6b2f252 (diff)
Gone
svn path=/trunk/mono/; revision=27135
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am3
-rw-r--r--scripts/mcs.in2
2 files changed, 2 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 151b9b34cb1..7bd5afbfd30 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -19,10 +19,9 @@ plat_bindir = $(bindir)
mono_one_instdir = $(libdir)/mono/1.0
mono_two_instdir = $(libdir)/mono/2.0
endif
-gtkdir = $(libdir)/mono/gtk-sharp
mcs: mcs.in
- sed -e 's^\@gtkdir\@^$(gtkdir)^g' -e 's^\@mono_one_instdir\@^$(mono_one_instdir)^g' -e 's^\@bindir\@^$(bindir)^g' -e 's^\@mono_interp\@^$(MONO_INTERP)^g' -e's^\@plat_bindir\@^$(plat_bindir)^g' < $(srcdir)/mcs.in > mcs.tmp \
+ sed -e 's^\@mono_one_instdir\@^$(mono_one_instdir)^g' -e 's^\@bindir\@^$(bindir)^g' -e 's^\@mono_interp\@^$(MONO_INTERP)^g' -e's^\@plat_bindir\@^$(plat_bindir)^g' < $(srcdir)/mcs.in > mcs.tmp \
&& mv mcs.tmp mcs
gmcs: gmcs.in
diff --git a/scripts/mcs.in b/scripts/mcs.in
index 73e3ed59496..9bebe35ad8d 100644
--- a/scripts/mcs.in
+++ b/scripts/mcs.in
@@ -3,4 +3,4 @@
# Yes, the -lib: there is required, in preparation for Beta2, remove
# this script at your own risk
#
-exec @bindir@/@mono_interp@ @mono_one_instdir@/mcs.exe -lib:@gtkdir@ "$@"
+exec @bindir@/@mono_interp@ @mono_one_instdir@/mcs.exe "$@"