Merge pull request #1374 from directhex/master
authorZoltan Varga <vargaz@gmail.com>
Tue, 28 Oct 2014 05:08:37 +0000 (01:08 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 28 Oct 2014 05:08:37 +0000 (01:08 -0400)
Add missing header file to s390x_sources

1  2 
mono/mini/Makefile.am.in

diff --combined mono/mini/Makefile.am.in
index b4c85e1a4d318c7138c0ff43431c8eed3e8edbf4,c76d61848d91fab629131d5f2ba722b6b87ef510..d43605ce620c8c9e472e83debd2a1451ae4b5356
@@@ -83,6 -83,8 +83,6 @@@ libmonoldflags=$(monoldflags) -version-
  endif
  endif
  
 -if JIT_SUPPORTED
 -
  if SUPPORT_SGEN
  sgen_binaries = mono-sgen
  sgen_libraries = libmonosgen-2.0.la
@@@ -164,6 -166,8 +164,6 @@@ libmono_llvm_la_LIBADD += $(top_builddi
  endif
  endif
  
 -endif
 -
  mono_boehm_SOURCES = \
        main.c
  
@@@ -192,7 -196,7 +192,7 @@@ endi
        @echo "const char *build_date = \"`date`\";" > buildver-boehm.h
  mono_boehm-main.$(OBJEXT): buildver-boehm.h
  main.c: buildver-boehm.h
 -      
 +
  endif
  
  if DISABLE_EXECUTABLES
@@@ -344,6 -348,7 +344,7 @@@ sparc_sources = 
  s390x_sources = \
        mini-s390x.c            \
        mini-s390x.h            \
+       support-s390x.h         \
        exceptions-s390x.c      \
        tramp-s390x.c
  
@@@ -726,7 -731,11 +727,7 @@@ clean-local
  
  pkgconfigdir = $(libdir)/pkgconfig
  
 -if JIT_SUPPORTED
  BUILT_SOURCES = version.h $(arch_built)
 -else
 -BUILT_SOURCES = version.h
 -endif
  
  CLEANFILES= $(BUILT_SOURCES) *.exe *.dll
  EXTRA_DIST = TestDriver.cs ldscript ldscript.mono \