patch-mono_Makefile_in 1.0 KB

1234567891011121314151617
  1. $OpenBSD: patch-mono_Makefile_in,v 1.7 2016/10/31 11:45:07 robert Exp $
  2. --- mono/Makefile.in.orig Mon Oct 31 11:32:36 2016
  3. +++ mono/Makefile.in Mon Oct 31 11:32:50 2016
  4. @@ -379,10 +379,10 @@ top_build_prefix = @top_build_prefix@
  5. top_builddir = @top_builddir@
  6. top_srcdir = @top_srcdir@
  7. @SUPPORT_SGEN_TRUE@sgen_dirs = sgen
  8. -@CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_FALSE@SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
  9. +@CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_FALSE@SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests benchmark profiler
  10. @CROSS_COMPILING_FALSE@@INSTALL_MONOTOUCH_TRUE@SUBDIRS = arch utils io-layer metadata $(sgen_dirs) mini profiler
  11. @CROSS_COMPILING_TRUE@SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis profiler
  12. -DIST_SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests unit-tests benchmark profiler
  13. +DIST_SUBDIRS = arch utils io-layer cil metadata $(sgen_dirs) mini dis tests benchmark profiler
  14. all: all-recursive
  15. .SUFFIXES: