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:
authorJackson Harper <jackson@novell.com>2004-04-30 08:21:08 +0400
committerJackson Harper <jackson@novell.com>2004-04-30 08:21:08 +0400
commitadbde0e4e513e5d41c11ea73f2da09a29f7911dc (patch)
treefc30f932e1c8a2b2e3003f73be89c55f73cce4dd /runtime
parentf0809c5c1e527820ac0ba019a1ba6e1670ecff55 (diff)
flush
svn path=/trunk/mono/; revision=26388
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_2_0/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index 38119d2007e..e56b592ca9a 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -88,7 +88,7 @@ install-data-local:
@if test -n '$(gac_assemblies_list)'; then \
for i in ''$(gac_assemblies_list); do \
echo "$(top_builddir)/mono/mini/mono $(gacutil) /i $(srcdir)/$$i /f" ; \
- $(top_builddir)/mono/mini/mono $(gacutil) /i $(srcdir)/$$i /f /prefix $(DESTDIR)/$(libdir)/gac || exit 1 ; \
+ $(top_builddir)/mono/mini/mono $(gacutil) /i $(srcdir)/$$i /f /prefix $(DESTDIR)/$(libdir)/mono/gac || exit 1 ; \
done; fi
uninstall-local: