aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in13
2 files changed, 17 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c2e6515..78f1a53 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
1999-12-03 Danilo Almeida <dalmeida@mit.edu>
+ * Makefile.in: On Windows, build error tables if we believe awk
+ is present.
+
+1999-12-03 Danilo Almeida <dalmeida@mit.edu>
+
* Makefile.in: Make Windows Makefile target creation atomic.
Build clients/kvno for Windows. Also pull from 1.1 branch: Add
install target for windows. Remove references to unused mit
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)