[Mono-devel-list] TYPO: runtime/Makefile.am

Todd Berman tberman at sevenl.net
Mon May 3 16:28:02 EDT 2004


Committed to cvs. Thanks :)

--Todd

On Mon, 2004-03-05 at 22:19 +0200, Jaroslaw Kowalski wrote:
> Can someone commit this? (obviously a typo)
> 
> Jarek
> 
> cvs server: Diffing .
> Index: Makefile.am
> ===================================================================
> RCS file: /cvs/public/mono/runtime/Makefile.am,v
> retrieving revision 1.70
> diff -u -r1.70 Makefile.am
> --- Makefile.am 3 May 2004 17:21:42 -0000       1.70
> +++ Makefile.am 3 May 2004 19:37:16 -0000
> @@ -56,7 +56,7 @@
>         if test -f $(mcs_topdir)/mcs/mcs.exe; then
> f=$(mcs_topdir)/mcs/mcs.exe; else f=$(fx11dir)/mcs.exe; fi; \
>         echo "cp -f $$f $(srcdir)"; \
>         cp -f $$f $(srcdir)
> -       if test -f $(mcs_topdir)/mcs/mbas.exe; then
> f=$(mcs_topdir)/mcs/mbas.exe; else f=$(fx11dir)/mbas.exe; fi; \
> +       if test -f $(mcs_topdir)/mbas/mbas.exe; then
> f=$(mcs_topdir)/mbas/mbas.exe; else f=$(fx11dir)/mbas.exe; fi; \
>         echo "cp -f $$f $(srcdir)"; \
>         cp -f $$f $(srcdir)
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list