aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index c4a458f..a69fe46 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)