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
path: root/mcs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2014-05-09 04:47:53 +0400
committerMiguel de Icaza <miguel@gnome.org>2014-05-09 19:27:53 +0400
commit366c13fc51f70e2348888d9f35f77a3a01c559b8 (patch)
tree25805528b1c104c1d00c963b4221ca6398fb2904 /mcs
parent8cb819d880e6d28dd7f21376b131e292c9b73106 (diff)
Drop the extra separator
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/Mono.Security/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.Security/Makefile b/mcs/class/Mono.Security/Makefile
index 45760587a2e..7fb6e714766 100644
--- a/mcs/class/Mono.Security/Makefile
+++ b/mcs/class/Mono.Security/Makefile
@@ -8,7 +8,7 @@ TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,672
include ../../build/library.make
-$(build_lib): $(the_libdir_base)/bare/System.dll
+$(build_lib): $(the_libdir_base)bare/System.dll
-$(the_libdir_base)/bare/System.dll:
+$(the_libdir_base)bare/System.dll:
(cd ../System; $(MAKE) $@) \ No newline at end of file