From 5fa64e2d8c2662bfd63b08af49450330f154496c Mon Sep 17 00:00:00 2001 From: Atsushi Eno Date: Thu, 21 Sep 2006 14:14:54 +0000 Subject: [PATCH] 2006-09-21 Atsushi Enomoto * Makefile: oops, syntax breakage. svn path=/trunk/mcs/; revision=65767 --- mcs/class/System.Security/ChangeLog | 4 ++++ mcs/class/System.Security/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mcs/class/System.Security/ChangeLog b/mcs/class/System.Security/ChangeLog index 9173cc70953..43c719458ac 100644 --- a/mcs/class/System.Security/ChangeLog +++ b/mcs/class/System.Security/ChangeLog @@ -1,3 +1,7 @@ +2006-09-21 Atsushi Enomoto + + * Makefile: oops, syntax breakage. + 2006-09-21 Atsushi Enomoto * Makefile: diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile index 85dece660a9..b97d2f24717 100644 --- a/mcs/class/System.Security/Makefile +++ b/mcs/class/System.Security/Makefile @@ -16,7 +16,7 @@ endif EXTRA_DISTFILES = \ Test/System.Security.Cryptography.Xml/sample.pfx \ - Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml + Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \ Test/System.Security.Cryptography.Xml/EncryptedXmlSample2.xml include ../../build/library.make -- 2.25.1