From 27b76ab0671089c47506615a796a261e993896a7 Mon Sep 17 00:00:00 2001 From: James <> Date: Sun, 17 Mar 2013 12:16:37 +0000 Subject: fish --- .../.svn/text-base/001-only_src.patch.svn-base | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base (limited to 'tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base') diff --git a/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base b/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base new file mode 100644 index 0000000..e6579b2 --- /dev/null +++ b/tools/mpfr/patches/.svn/text-base/001-only_src.patch.svn-base @@ -0,0 +1,22 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -12,7 +12,7 @@ + AUTOMAKE_OPTIONS = gnu + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = doc src tests tune ++SUBDIRS = src + + nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ + examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ +--- a/Makefile.in ++++ b/Makefile.in +@@ -294,7 +294,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = gnu + ACLOCAL_AMFLAGS = -I m4 +-SUBDIRS = doc src tests tune ++SUBDIRS = src + nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO \ + examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c \ + examples/version.c -- cgit v1.2.3