diff options
Diffstat (limited to 'mail/opendkim/files/patch-libopendkim__tests__Makefile.in')
-rw-r--r-- | mail/opendkim/files/patch-libopendkim__tests__Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/opendkim/files/patch-libopendkim__tests__Makefile.in b/mail/opendkim/files/patch-libopendkim__tests__Makefile.in index 213f3538cd34..242cdb388596 100644 --- a/mail/opendkim/files/patch-libopendkim__tests__Makefile.in +++ b/mail/opendkim/files/patch-libopendkim__tests__Makefile.in @@ -1,6 +1,6 @@ ---- ./libopendkim/tests/Makefile.in.orig 2013-02-26 06:06:04.000000000 +0900 -+++ ./libopendkim/tests/Makefile.in 2013-02-26 19:58:50.000000000 +0900 -@@ -1049,8 +1049,10 @@ +--- libopendkim/tests/Makefile.in.orig 2015-05-12 18:43:48 UTC ++++ libopendkim/tests/Makefile.in +@@ -1108,8 +1108,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"; } \ -@@ -2782,16 +2784,19 @@ +@@ -4131,16 +4133,19 @@ uninstall-am: uninstall-dist_docDATA @LCOV_TRUE@description.txt: $(check_PROGRAMS) $(check_SCRIPTS) @LCOV_TRUE@ rm -f $@ @LCOV_TRUE@ for i in $(check_PROGRAMS); do \ |