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:
authorTodd Berman <tberman@mono-cvs.ximian.com>2004-05-01 04:43:21 +0400
committerTodd Berman <tberman@mono-cvs.ximian.com>2004-05-01 04:43:21 +0400
commitdbd00fe2d8f7a4df36992a621e6d18e6cd0699be (patch)
tree5117fd2a5feb1be94981721faf71e2ecba37f768 /runtime
parent24bdf5f03f9986c23c4e82c1730a552ad6f553ad (diff)
properly use /root. also, noticed the 2_0 makefile is using the 1_1 dir, not sure how intentional that is, leaving it for now.
svn path=/trunk/mono/; revision=26483
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_1_1/Makefile.am4
-rw-r--r--runtime/net_2_0/Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/runtime/net_1_1/Makefile.am b/runtime/net_1_1/Makefile.am
index 3d85026eabd..e1a385ac994 100644
--- a/runtime/net_1_1/Makefile.am
+++ b/runtime/net_1_1/Makefile.am
@@ -94,9 +94,9 @@ all-local: $(gac_assemblies)
install-data-local:
@if test -n '$(gac_assemblies)'; then \
for i in ''$(gac_assemblies); do \
- echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) -i $(srcdir)/$$i.dll /f /root $(DESTDIR)" ; \
+ echo "MONO_PATH=$(srcdir) $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir)" ; \
MONO_PATH=$(srcdir) \
- $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR) || exit 1 ; \
+ $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir) || exit 1 ; \
done; fi
uninstall-local:
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index ca5863e7de4..e8f78359476 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -94,9 +94,9 @@ all-local: $(gac_assemblies)
install-data-local:
@if test -n '$(gac_assemblies)'; then \
for i in ''$(gac_assemblies); do \
- echo "MONO_PATH=$(srcdir)/../net_1_1 $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)" ; \
+ echo "MONO_PATH=$(srcdir)/../net_1_1 $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir)" ; \
MONO_PATH=$(srcdir)/../net_1_1 \
- $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR) || exit 1 ; \
+ $(mono_runtime) $(gacutil) -i $(srcdir)/$$i /f /root $(DESTDIR)$(libdir) || exit 1 ; \
done; fi
uninstall-local: