From: Tom Yu Date: Thu, 13 Mar 2003 01:04:35 +0000 (+0000) Subject: * Makefile.in (AWK): Default to awk, not gawk. User can override X-Git-Tag: krb5-1.3-alpha1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6325fe223245d19a03f8bf086d7e873a0eefd01e;p=krb5.git * Makefile.in (AWK): Default to awk, not gawk. User can override on make's command line if necessary. Still, only really useful for building kerbsrc.zip, etc. ticket: 1342 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15277 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 1c8eeea11..6f18978f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2003-03-12 Tom Yu + + * Makefile.in (AWK): Default to awk, not gawk. User can override + on make's command line if necessary. Still, only really useful + for building kerbsrc.zip, etc. + 2003-03-05 Ken Raeburn * Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile. diff --git a/src/Makefile.in b/src/Makefile.in index d236af970..d16104c6c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -349,7 +349,7 @@ WINBINARYFILES= windows/*/*.ico windows/*/*.doc windows/*/*.hlp \ # Part of building the PC release has to be done on Unix. This includes # anything the requires awk. # -AWK = gawk +AWK = awk AH = util/et/et_h.awk AC = util/et/et_c.awk INC = include/