[build] Remove unused lib paths
authorMarek Safar <marek.safar@gmail.com>
Mon, 11 Apr 2016 18:35:31 +0000 (20:35 +0200)
committerMarek Safar <marek.safar@gmail.com>
Mon, 11 Apr 2016 18:36:10 +0000 (20:36 +0200)
mcs/class/Mono.CompilerServices.SymbolWriter/Makefile
mcs/class/Mono.Security/Makefile
mcs/class/System.Security/Makefile
mcs/class/System.Web/Makefile
mcs/class/System/Makefile

index 467436e7e9dfca6b1040dcbe1564f125e2abe983..d30779ce7f13af8b685c1f04fa764222a1556c86 100644 (file)
@@ -4,7 +4,7 @@ include ../../build/rules.make
 
 LIBRARY = Mono.CompilerServices.SymbolWriter.dll
 LIB_REFS = System
-LIB_MCS_FLAGS = -lib:$(bare_libdir)
+LIB_MCS_FLAGS =
 
 NO_TEST = yes
 
index 30d065aa304cc991dcee3e0a1482a3ebf4784333..1fbfd14ec8efcff4e6514e1cac32c6d3794648a0 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.Security.dll
-LOCAL_MCS_FLAGS = -lib:$(the_libdir_base)bare
+LOCAL_MCS_FLAGS =
 LIB_REFS = bare/System
 LIB_MCS_FLAGS = -unsafe -nowarn:1030,3009
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
index 451a06e2f4c2e91d8827c10f0103166bebf7aaa0..5c009acb56608c1d391e86faea97071af7e3f33e 100644 (file)
@@ -8,7 +8,7 @@ LIB_MCS_FLAGS = -nowarn:618 \
        -d:SECURITY_DEP \
        -nowarn:414
 
-LOCAL_MCS_FLAGS = -lib:$(secxml_libdir) -lib:$(bare_libdir)
+LOCAL_MCS_FLAGS =
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:168,169,183,219,414
 
index 9656cafa25b83a982e5f191d59a1db6bbd8c8100..7659f4e0498920b4845956e3bc2c9c5263374e6a 100644 (file)
@@ -252,7 +252,7 @@ LIB_MCS_FLAGS = \
 
 ifneq (plainweb/,$(intermediate))
 LIB_REFS += System.Web.Services plaindesign/System.Design
-LIB_MCS_FLAGS += -define:WEBSERVICES_DEP -lib:$(the_libdir_base)plaindesign
+LIB_MCS_FLAGS += -define:WEBSERVICES_DEP
 
 all-local: System.Web/UplevelHelper.cs resources/TranslationResources.resources 
 
index 1e19b0dd5bc02a9678e3d765cbe66b224864fa06..74ff995dd868b5cd03e87657edcd24cd7ae4b03b 100644 (file)
@@ -57,7 +57,7 @@ endif
 # Flags used to build the secxml version of System.
 #
 ifeq (secxml/, $(intermediate))
-LOCAL_MCS_FLAGS = -lib:$(bare_libdir) 
+LOCAL_MCS_FLAGS =
 LIB_REFS += bare/System.Xml MonoSecurity=Mono.Security
 LIB_MCS_FLAGS += -d:SECURITY_DEP -d:XML_DEP -r:PrebuiltSystem=$(bare_libdir)/System.dll $(EXTERN_ALIAS_FLAGS)
 endif