* tools/wsdl/Makefile (EXTRA_DISTFILES): Distribute files referenced by
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 6 Dec 2004 08:58:20 +0000 (08:58 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 6 Dec 2004 08:58:20 +0000 (08:58 -0000)
wsdl2.exe.sources.

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

mcs/tools/wsdl/ChangeLog
mcs/tools/wsdl/Makefile

index 616dd713dcaf208590af643a4ea5039ee9e1820f..3fb32b2dfbc194f89e3ea68abca492a306647b04 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Distribute files referenced by
+       wsdl2.exe.sources.
+
 2004-12-02  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (EXTRA_DISTFILES): Distribute wsdl2.exe.sources.
index 38079e49adffa07190b38b80b46ef9c146a17b82..709887b04f8d50545b47b469ebb98588d001ac94 100644 (file)
@@ -10,6 +10,6 @@ else
 PROGRAM = wsdl.exe
 endif
 
-EXTRA_DISTFILES = wsdl2.exe.sources
+EXTRA_DISTFILES = wsdl2.exe.sources $(shell cat wsdl2.exe.sources)
 
 include ../../build/executable.make