2008-11-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / arch / Makefile.am
index 31c55c2d8c235fd7787fad6f1a7293ef33231788..09604162948bf881d6ab2fbcb6a6150bb98cf118 100644 (file)
@@ -2,8 +2,14 @@ DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64 mips
 
 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