[Mono-devel-list] TYPO: runtime/Makefile.am
Jaroslaw Kowalski
jaak at zd.com.pl
Mon May 3 16:19:33 EDT 2004
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)
More information about the Mono-devel-list
mailing list