From: Danilo Almeida Date: Sat, 4 Dec 1999 04:06:37 +0000 (+0000) Subject: On Windows, build error tables if we believe awk is present X-Git-Tag: krb5-1.2-beta1~172 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c17964c22ece73d358423c9490f3d105b2303333;p=krb5.git On Windows, build error tables if we believe awk is present git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11944 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index c2e6515a6..78f1a5346 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-12-03 Danilo Almeida + + * Makefile.in: On Windows, build error tables if we believe awk + is present. + 1999-12-03 Danilo Almeida * Makefile.in: Make Windows Makefile target creation atomic. diff --git a/src/Makefile.in b/src/Makefile.in index c4a458fc1..a69fe4643 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -15,7 +15,7 @@ all-unix:: all-mac:: -all-windows:: Makefile-windows +all-windows:: maybe-awk Makefile-windows @echo Making in util cd util $(MAKE) -$(MFLAGS) @@ -491,6 +491,17 @@ $(GG)gssapi.h: $(GG)gssapi.hin awk-windows-mac: $(ETOUT) $(HOUT) +# +# The maybe-awk target needs to happen after AWK is defined. +# + +##DOS##maybe-awk:: +##DOS##!ifdef WHICH_CMD +##DOS##!if ![ $(WHICH_CMD) $(AWK) ] +##DOS##maybe-awk:: awk-windows-mac +##DOS##!endif +##DOS##!endif + clean-windows-mac: rm -f $(CLEANUP)