Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 546740
Collapse All | Expand All

(-)src/Makefile.am.orig (-1 / +1 lines)
Lines 204-210 Link Here
204
# It is correct to use $(CPP).  We want the host's idea of the error codes.
204
# It is correct to use $(CPP).  We want the host's idea of the error codes.
205
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
205
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
206
	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
206
	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
207
	$(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
207
	$(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \
208
               $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
208
               $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
209
	-rm _$@
209
	-rm _$@
210
210
(-)src/Makefile.in.orig (-1 / +1 lines)
Lines 1227-1233 Link Here
1227
# It is correct to use $(CPP).  We want the host's idea of the error codes.
1227
# It is correct to use $(CPP).  We want the host's idea of the error codes.
1228
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
1228
mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
1229
	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
1229
	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
1230
	$(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
1230
	$(CPP) $(CPPFLAGS) $(extra_cppflags) -P _$@ | grep GPG_ERR_ | \
1231
               $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
1231
               $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
1232
	-rm _$@
1232
	-rm _$@
1233
1233

Return to bug 546740