freebsd-ports/security/libgpg-error/files/patch-src_Makefile.in
Sergei Kolobov 216ebe70b5 - Remove gmake dependency with trivial one-line patch
- Switch to using libtool-1.5
- Bump PORTREVISION
2004-04-05 06:18:27 +00:00

11 lines
465 B
Text

--- src/Makefile.in.orig Sun Mar 28 01:00:54 2004
+++ src/Makefile.in Sun Mar 28 01:01:21 2004
@@ -653,7 +653,7 @@ mkerrcodes: mkerrcodes.c mkerrcodes.h Ma
$(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $<
code-from-errno.h: mkerrcodes Makefile
- ./$< | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@
+ ./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@
errnos-sym.h: Makefile mkstrtable.awk errnos.in
$(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \