mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-14 08:13:25 +02:00
Fix make rules for audit-events.h et al.
* common/Makefile.am (audit-events.h, status-codes.h): Fix target file name.
This commit is contained in:
parent
8e183f41ff
commit
e1367da57f
@ -109,13 +109,13 @@ if MAINTAINER_MODE
|
|||||||
audit-events.h: Makefile mkstrtable.awk exaudit.awk audit.h
|
audit-events.h: Makefile mkstrtable.awk exaudit.awk audit.h
|
||||||
$(AWK) -f $(srcdir)/exaudit.awk $(srcdir)/audit.h \
|
$(AWK) -f $(srcdir)/exaudit.awk $(srcdir)/audit.h \
|
||||||
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
|
| $(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
|
# Create the status-codes.h include file from status.h
|
||||||
status-codes.h: Makefile mkstrtable.awk exstatus.awk status.h
|
status-codes.h: Makefile mkstrtable.awk exstatus.awk status.h
|
||||||
$(AWK) -f $(srcdir)/exstatus.awk $(srcdir)/status.h \
|
$(AWK) -f $(srcdir)/exstatus.awk $(srcdir)/status.h \
|
||||||
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
|
| $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=3 -v nogettext=1 \
|
||||||
-v namespace=statusstr_ > $(srcdir)/$@
|
-v namespace=statusstr_ > $(srcdir)/status-codes.h
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user