* Makefile.in (AWK): Default to awk, not gawk. User can override
authorTom Yu <tlyu@mit.edu>
Thu, 13 Mar 2003 01:04:35 +0000 (01:04 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 13 Mar 2003 01:04:35 +0000 (01:04 +0000)
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

src/ChangeLog
src/Makefile.in

index 1c8eeea1107ac0f8ab57ddfe226ff03bcb929329..6f18978f5be772d5f9d025e0a825f3cdda047d36 100644 (file)
@@ -1,3 +1,9 @@
+2003-03-12  Tom Yu  <tlyu@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile.
index d236af970ab8310e7cd2efdb39a9a65dfc51dfd3..d16104c6c74dd1797a31ac839586e31447e812aa 100644 (file)
@@ -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/