[Mono-devel-list] error in: mcs/makefile

Urs Muff umuff at quark.com
Mon Apr 21 12:48:43 EDT 2003


install:

        if test x$(OS) = xWindows_NT; then make windows install; else make
-f makefile.gnu install; fi

 

should be

 

install:

        if test x$(OS) = xWindows_NT; then make windowsinstall; else make -f
makefile.gnu install; fi

 

in my opinion.

 

Any why is the 'VERSION' still 0.13.99?  Shouldn't it be more like 0.23.99?

 

- Urs C. Muff

Software Architect      - Research Lab

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030421/68e583f3/attachment.html 


More information about the Mono-devel-list mailing list