[git] GPG-ERROR - branch, master, updated. gpgrt-1.33-11-gfd6f64f

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Jan 15 07:31:15 CET 2019


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  fd6f64f1897e00b1d9711463ebb6ec7d099e1995 (commit)
      from  51ea153871b79799f88b85f6b60c2b0a3bbd6a12 (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 fd6f64f1897e00b1d9711463ebb6ec7d099e1995
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Jan 15 15:29:28 2019 +0900

    build: Fix for BSD make.
    
    * doc/Makefile.am (errorref.txt.x): Don't use $<.
    
    --
    
    Variable $< is only valid for suffix rules in BSD make.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8cfa95e..d7994d6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -79,7 +79,7 @@ gpgrt.texi : $(gpgrt_TEXINFOS)
 	touch $(srcdir)/gpgrt.texi
 
 errorref.txt.x : errorref.txt
-	sed '/^##/ d' $< >$@
+	sed '/^##/ d' errorref.txt >$@
 	echo "# Installed by $(PACKAGE_NAME) $(PACKAGE_VERSION)" >>$@
 
 install-data-local: errorref.txt.x

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

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