Unbreak the amd64 build.
[mono.git] / mono / arch / Makefile.am
index 70b24b9827cf881f6b1e55099a07f94e853d0c54..e7700ed3a61a3439f3ec570b2ffc5e5f54a477c0 100644 (file)
@@ -1,9 +1,15 @@
-DIST_SUBDIRS = x86 ppc sparc arm s390 s390x alpha hppa amd64 ia64
+DIST_SUBDIRS = x86 ppc sparc arm s390x amd64 ia64 mips
 
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
+AM_CPPFLAGS = $(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