[Mono.Security] Fixes wrong path in makefile
authorMarek Safar <marek.safar@gmail.com>
Wed, 13 Apr 2016 16:18:37 +0000 (18:18 +0200)
committerMarek Safar <marek.safar@gmail.com>
Wed, 13 Apr 2016 16:18:37 +0000 (18:18 +0200)
mcs/class/Mono.Security/Makefile

index 522c3583f79850dd7835f2c7106bb85877a204b3..6d62eca583d7d32776d05e4ac5d33e1458cd8500 100644 (file)
@@ -16,7 +16,7 @@ BUILT_SOURCES = \
        ../corlib/CommonCrypto/MD2Managed.g.cs \
        ../corlib/CommonCrypto/MD4Managed.g.cs
 
-CommonCrypto/%.g.cs:
+../corlib/CommonCrypto/%.g.cs:
        $(MAKE) -C ../corlib/CommonCrypto
 
 endif