From b274acbf1e5e7cd8b5ce1bf43988b9e402a15d59 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 2 Mar 2004 07:14:20 +0000 Subject: Remove the tests directory from the build since it ropes in a bogus bash BUILD_DEPENDS. This problem will be resolved in the next release of mono. Submitted by: Tom McLaughlin --- lang/mono/files/patch-mono_Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/mono/files/patch-mono_Makefile.in (limited to 'lang') diff --git a/lang/mono/files/patch-mono_Makefile.in b/lang/mono/files/patch-mono_Makefile.in new file mode 100644 index 0000000..7c570d2 --- /dev/null +++ b/lang/mono/files/patch-mono_Makefile.in @@ -0,0 +1,11 @@ +--- mono/Makefile.in.bak Mon Feb 2 17:02:39 2004 ++++ mono/Makefile.in Tue Mar 2 01:48:16 2004 +@@ -123,7 +123,7 @@ + @PLATFORM_WIN32_TRUE@ arch monograph interpreter mini tests benchmark profiler + + @PLATFORM_WIN32_FALSE@SUBDIRS = utils io-layer monoburg os metadata cil dis \ +-@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini tests benchmark handles profiler ++@PLATFORM_WIN32_FALSE@ arch monograph interpreter mini benchmark handles profiler + + subdir = mono + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -- cgit v1.1