Author: zoltan
Date: 2008-01-24 15:12:46 -0500 (Thu, 24 Jan 2008)
New Revision: 93834

Modified:
   trunk/mono/mono/arch/ChangeLog
   trunk/mono/mono/arch/Makefile.am
Log:
2008-01-24  Zoltan Varga  <[EMAIL PROTECTED]>

        * Makefile.am (SUBDIRS): Or if INTERP_SUPPORTED is true.


Modified: trunk/mono/mono/arch/ChangeLog
===================================================================
--- trunk/mono/mono/arch/ChangeLog      2008-01-24 20:10:14 UTC (rev 93833)
+++ trunk/mono/mono/arch/ChangeLog      2008-01-24 20:12:46 UTC (rev 93834)
@@ -1,5 +1,7 @@
 2008-01-24  Zoltan Varga  <[EMAIL PROTECTED]>
 
+       * Makefile.am (SUBDIRS): Or if INTERP_SUPPORTED is true.
+       
        * Makefile.am (SUBDIRS): Only set this on arm.
 
 2007-11-20  Zoltan Varga  <[EMAIL PROTECTED]>

Modified: trunk/mono/mono/arch/Makefile.am
===================================================================
--- trunk/mono/mono/arch/Makefile.am    2008-01-24 20:10:14 UTC (rev 93833)
+++ trunk/mono/mono/arch/Makefile.am    2008-01-24 20:12:46 UTC (rev 93834)
@@ -2,10 +2,14 @@
 
 INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
 
+if INTERP_SUPPORTED
+SUBDIRS = $(arch_target)
+else
 if ARM
 # arm needs to build some stuff even in JIT mode
 SUBDIRS = $(arch_target)
 endif
+endif
 
 if INTERP_SUPPORTED
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to