diff options
Diffstat (limited to 'mail/opendkim/files/patch-opendkim__tests__Makefile.in')
-rw-r--r-- | mail/opendkim/files/patch-opendkim__tests__Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/opendkim/files/patch-opendkim__tests__Makefile.in b/mail/opendkim/files/patch-opendkim__tests__Makefile.in index ff03b46ca54d..8134aca9b561 100644 --- a/mail/opendkim/files/patch-opendkim__tests__Makefile.in +++ b/mail/opendkim/files/patch-opendkim__tests__Makefile.in @@ -1,6 +1,6 @@ ---- ./opendkim/tests/Makefile.in.orig 2013-02-26 06:06:06.000000000 +0900 -+++ ./opendkim/tests/Makefile.in 2013-02-26 19:58:50.000000000 +0900 -@@ -98,8 +98,10 @@ +--- opendkim/tests/Makefile.in.orig 2015-05-12 18:43:49 UTC ++++ opendkim/tests/Makefile.in +@@ -139,8 +139,10 @@ am__nobase_list = $(am__nobase_strip_set { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ @@ -13,7 +13,7 @@ am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ -@@ -778,14 +780,16 @@ +@@ -1298,14 +1300,16 @@ uninstall-am: uninstall-dist_docDATA @LCOV_TRUE@description.txt: $(check_SCRIPTS) @LCOV_TRUE@ rm -f $@ @LCOV_TRUE@ for test in $? ; do \ |