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>2004-05-05 14:10:28 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-05-05 14:10:28 +0400
commitc0b5da8923f264514bf07600cf1de875c43f336e (patch)
tree69b6eba0b02a15caf1a95d1260276ebf7b7f3e96 /runtime
parentf6645dec4769f6e5b92a5d043543b92954dbb563 (diff)
(install-data-local, uninstall-local):
Only disable this if INSTALL_2_0 is disabled. svn path=/trunk/mono/; revision=26742
Diffstat (limited to 'runtime')
-rw-r--r--runtime/net_2_0/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/net_2_0/Makefile.am b/runtime/net_2_0/Makefile.am
index c86cb91400a..3e2eeeb0742 100644
--- a/runtime/net_2_0/Makefile.am
+++ b/runtime/net_2_0/Makefile.am
@@ -62,11 +62,7 @@ gac_assemblies_list = \
System.Windows.Forms \
System.Xml
-if INSTALL_2_0
gac_assemblies = $(gac_assemblies_list:=.dll)
-else
-gac_assemblies =
-endif
corlibdir = $(libdir)/mono/2.0
corlib_DATA = mscorlib.dll
@@ -84,6 +80,7 @@ mscorlib.dll $(gac_assemblies):
all-local: $(gac_assemblies)
+if INSTALL_2_0
install-data-local:
@if test -n '$(gac_assemblies)'; then \
for i in ''$(gac_assemblies); do \
@@ -99,6 +96,10 @@ uninstall-local:
MONO_PATH=$(srcdir)/../net_1_1 \
$(LIBTOOL) --mode=execute $(mono_runtime) $(gacutil) /u $$i /root $(DESTDIR)$(libdir) || true ; \
done; fi
+else
+install-data-local uninstall-local:
+ @:
+endif
copy_dlls:
cp /nt/mono/mcs/class/*/*.dll .