Unbreak the amd64 build.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 27 Nov 2013 02:45:00 +0000 (03:45 +0100)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 27 Nov 2013 02:45:00 +0000 (03:45 +0100)
mono/mini/Makefile.am.in

index b37c80724b7aca6120a88a26a7698eab80760e1c..c373c5977a8256a6cf44a1f876451fd0f4d746a0 100755 (executable)
@@ -454,6 +454,7 @@ arch_define=__i386__
 endif
 
 if AMD64
+arch_sources = $(amd64_sources)
 arch_built=cpu-amd64.h
 arch_define=__x86_64__
 endif