Hi, 
 I had problems building mono cleanly owing to missing items in runtime/Makefile.am. 
The following patch fixes things. Before I commit I wanted to run it by the group...

--- Makefile.am 9 Sep 2004 20:29:55 -0000       1.83
+++ Makefile.am 13 Sep 2004 13:53:23 -0000
@@ -97,10 +97,17 @@
        cilc.exe.mdb)                d=tools/cilc                   ;; \
        xsd.exe)                 d=tools/mono-xsd               ;; \
        xsd.exe.mdb)                 d=tools/mono-xsd               ;; \
        wsdl.exe)                d=tools/wsdl                   ;; \
        wsdl.exe.mdb)                d=tools/wsdl                   ;; \
+       wsdl2.exe)               d=tools/wsdl                   ;; \
+       wsdl2.exe.mdb)               d=tools/wsdl                   ;; \
+       mono-find-provides.exe)  d=tools/mono-rpm-helpers/mono-find-provides ;; \
+       mono-find-provides.exe.mdb)  d=tools/mono-rpm-helpers/mono-find-provides ;; \
+       mono-find-requires.exe)  d=tools/mono-rpm-helpers/mono-find-requires ;; \
+       mono-find-requires.exe.mdb)  d=tools/mono-rpm-helpers/mono-find-requires ;; \
+       wsdl2.exe.mdb)                d=tools/wsdl                   ;; \
        genxs.exe)               d=tools/genxs                  ;; \
        genxs.exe.mdb)               d=tools/genxs                  ;; \
        al.exe)                  d=tools/al                     ;; \
        al.exe.mdb)                  d=tools/al                     ;; \
        disco.exe)               d=tools/disco                  ;; \
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to