[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.18-22-ge1367da
by Werner Koch
cvs at cvs.gnupg.org
Mon Mar 26 21:34:58 CEST 2012
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 "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-0 has been updated
via e1367da57f805857f82e60dfb34563ce6cd41efd (commit)
from 8e183f41ff401464a8eac6577f9534768bf20993 (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 e1367da57f805857f82e60dfb34563ce6cd41efd
Author: Werner Koch <wk at gnupg.org>
Date: Mon Mar 26 20:31:46 2012 +0200
Fix make rules for audit-events.h et al.
* common/Makefile.am (audit-events.h, status-codes.h): Fix target file
name.
diff --git a/common/Makefile.am b/common/Makefile.am
index a830a47..75b4623 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -109,13 +109,13 @@ if MAINTAINER_MODE
audit-events.h: Makefile mkstrtable.awk exaudit.awk audit.h
$(AWK) -f $(srcdir)/exaudit.awk $(srcdir)/audit.h \
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
- -v namespace=eventstr_ > $(srcdir)/$@
+ -v namespace=eventstr_ > $(srcdir)/audit-events.h
# Create the status-codes.h include file from status.h
status-codes.h: Makefile mkstrtable.awk exstatus.awk status.h
$(AWK) -f $(srcdir)/exstatus.awk $(srcdir)/status.h \
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
- -v namespace=statusstr_ > $(srcdir)/$@
+ -v namespace=statusstr_ > $(srcdir)/status-codes.h
endif
-----------------------------------------------------------------------
Summary of changes:
common/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list