[git] GPG-ERROR - branch, master, updated. gpgrt-1.29-4-g792877a

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Apr 13 08:47:16 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  792877a08ca7bc9d1377161dc9af374602a394cc (commit)
      from  e35749023ca68de6f1f85d3072f7b36fd6f6fe7c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 792877a08ca7bc9d1377161dc9af374602a394cc
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Apr 13 15:45:54 2018 +0900

    doc: Fix yat2m build for cross compilation.
    
    * doc/Makefile.am: Fix target of yat2m-for-build.
    
    --
    
    GnuPG-bug-id: 3901
    Fixes-commit: efc4769339d42a4a399c040c146cf4a29c02ea4f
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 7439a49..76af5be 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -46,7 +46,7 @@ YAT2M_CMD = ./yat2m-for-build
 YAT2M_DEP = yat2m-for-build
 CLEANFILES += yat2m-for-build
 
-yat2m-for-build$(EXEEXT): yat2m.c
+yat2m-for-build: yat2m.c
 	$(CC_FOR_BUILD) -o $@ $(srcdir)/yat2m.c
 else
 YAT2M_CMD = ./yat2m

-----------------------------------------------------------------------

Summary of changes:
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list