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:
authorMiguel de Icaza <miguel@gnome.org>2014-05-15 07:25:28 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-15 07:25:28 +0400
commiteffaf02382cad8430c64f95d6ac219c9e8e8ce43 (patch)
tree5f7eda9e61a57ebd068b6f09f4a8a78683769057 /mcs/class/System.Security/Makefile
parent4b3977ecefcf9f1081910d8839733035e440416a (diff)
Adjust the path for Mono.Security
Diffstat (limited to 'mcs/class/System.Security/Makefile')
-rw-r--r--mcs/class/System.Security/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile
index fb1c23c92b0..c57de5341cc 100644
--- a/mcs/class/System.Security/Makefile
+++ b/mcs/class/System.Security/Makefile
@@ -24,12 +24,12 @@ EXTRA_DISTFILES = \
include ../../build/library.make
-$(build_lib): $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll
+$(build_lib): $(secxml_libdir)/System.dll $(the_libdir_base)/Mono.Security.dll
$(secxml_libdir)/System.dll:
(cd ../System; $(MAKE) $@)
-$(bare_libdir)/Mono.Security.dll:
+$(the_libdir_base)/Mono.Security.dll:
(cd ../Mono.Security; $(MAKE))
.NOTPARALLEL: $(secxml_libdir)/System.dll $(bare_libdir)/Mono.Security.dll