* Makefile: Remove make warning about overriding dist-local.
authorJonathan Pryor <jpryor@novell.com>
Tue, 31 Mar 2009 20:05:31 +0000 (20:05 -0000)
committerJonathan Pryor <jpryor@novell.com>
Tue, 31 Mar 2009 20:05:31 +0000 (20:05 -0000)
svn path=/trunk/mcs/; revision=130704

mcs/class/System.Data.Linq/ChangeLog
mcs/class/System.Data.Linq/Makefile

index 24b6bb64b868d3ab2f336e5b6c3f7789cdb5c0d6..7433c4fcf8e61e18bc0cda00ff3325d4930d5879 100755 (executable)
@@ -1,3 +1,7 @@
+2009-03-31  Jonathan Pryor  <jpryor@novell.com>
+
+       * Makefile: Remove make warning about overriding dist-local.
+
 2009-03-30  Jonathan Pryor  <jpryor@novell.com>
 
        * System.Data.Linq.dll.sources: Remove
index 335baa75abcb0f34b0e4802e7abce4576c26ab52..a93ef37a55af5fd7261634b83d9958f3595536c3 100755 (executable)
@@ -29,7 +29,9 @@ endif
 
 include ../../build/library.make
 
-dist-local: dist-default
+dist-local: dist-default dist-DbLinq
+
+dist-DbLinq:
        find src -name '*.cs' -o -name '*.snk' -o -name '*.xml' -o -name '*.txt' > .files ; \
        tar cTf .files - | (cd $(distdir); tar xf -) ; \
        rm .files