* Makefile (EXTRA_DISTFILES): Remove. There's no Test/ directory.
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 15 Jun 2005 08:29:00 +0000 (08:29 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 15 Jun 2005 08:29:00 +0000 (08:29 -0000)
Reported by Ritvik Mayank.

svn path=/trunk/mcs/; revision=46030

mcs/class/System.Configuration/ChangeLog
mcs/class/System.Configuration/Makefile

index 179ad0a5604cc7ea6355ce93d27c1edf85392fec..c32f13d9ded02f9043000e276c1fab6ceafe5891 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-15  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Remove.  There's no Test/ directory.
+       Reported by Ritvik Mayank.
+
 2005-06-14  Lluis Sanchez Gual  <lluis@novell.com>
 
        * ChangeLog: Add change log to this directory
index 365f72b1c4fc71caee7794af38c40afbe8a31714..61cd899aa02730b6057655bffc2f9f892bec6fbc 100644 (file)
@@ -6,8 +6,6 @@ LIBRARY = System.Configuration.dll
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
 
-EXTRA_DISTFILES = Test/ChangeLog
-
 # This is a .NET 2.0 only assembly
 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
 ifndef VALID_PROFILE