* library.make: Install to 2.0 package if building with the
authorJackson Harper <jackson@novell.com>
Sun, 30 May 2004 22:44:38 +0000 (22:44 -0000)
committerJackson Harper <jackson@novell.com>
Sun, 30 May 2004 22:44:38 +0000 (22:44 -0000)
net_2_0 profile.

svn path=/trunk/mcs/; revision=28513

mcs/build/ChangeLog
mcs/build/library.make

index a10d6a782bf51c723ddf79eb3aa03ff650418cfe..a9c4294493f927dd05b8b4a4279fef7047293f53 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-30  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Install to 2.0 package if building with the
+       net_2_0 profile.
+       
 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * library.make: reference nunti.core.dll and nunit.util.dll when
index cdd29d8e899e40920fdbef23d1f141757c19d91d..d140266011ddc7330fd867ab80513294f82b034a 100644 (file)
@@ -43,13 +43,13 @@ gacutil = $(topdir)/tools/gacutil/gacutil.exe
 PACKAGE = 1.0
 
 ifeq ($(PROFILE), net_2_0)
-PACKAGE = 1.1
+PACKAGE = 2.0
 endif
 
 all-local: $(the_lib)
 
 install-local: $(the_lib) $(gacutil)
-       $(RUNTIME)  $(gacutil) /i $(the_lib) /f /root $(DESTDIR)$(prefix)/lib /package 1.0 
+       $(RUNTIME)  $(gacutil) /i $(the_lib) /f /root $(DESTDIR)$(prefix)/lib /package $(PACKAGE)
 
 uninstall-local: $(gacutil)
        $(RUNTIME)  $(gacutil) /u $$(basename $(the_lib) .dll) ; \