[Pkg-gnupg-commit] [libgpg-error] 02/22: Fix EXEEXT for lock obj creation.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Dec 24 21:19:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libgpg-error.

commit eeef6b8724b43e105ae2beef022fc957eb228bcf
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Nov 17 14:23:07 2016 +0900

    Fix EXEEXT for lock obj creation.
    
    * src/Makefile.am (lock-obj-pub.native.h): Add EXEEXT for
    the executable gen-posix-lock-obj.
    
    --
    
    This change is from packaging work for Cygwin.
    
    Reported-by: Michael Haubenwallner <michael.haubenwallner at ssi-schaefer.com>
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 0c18252..e5e907d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -291,7 +291,7 @@ else
 pre_mkheader_cmds = :
 parts_of_gpg_error_h += ./lock-obj-pub.native.h
 
-./lock-obj-pub.native.h: Makefile gen-posix-lock-obj posix-lock-obj.h
+./lock-obj-pub.native.h: Makefile gen-posix-lock-obj$(EXEEXT) posix-lock-obj.h
 	./gen-posix-lock-obj >$@
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list