From 31a9e8860db4dfa424b7a0bcbdddf6f9f2abdd41 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 29 Aug 2011 14:05:15 +0200 Subject: [PATCH] Fixed link to native Win32 awk tool. --- nw/Makefile.netware | 2 +- nw/test/Makefile.netware | 2 +- win32/Makefile.mingw | 2 +- win32/test/Makefile.mingw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nw/Makefile.netware b/nw/Makefile.netware index 8c13b96..9721296 100644 --- a/nw/Makefile.netware +++ b/nw/Makefile.netware @@ -79,7 +79,7 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk-20070501.zip +# http://www.gknw.net/development/prgtools/awk-20100523.zip AWK = awk # If you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: diff --git a/nw/test/Makefile.netware b/nw/test/Makefile.netware index 400db73..8739181 100644 --- a/nw/test/Makefile.netware +++ b/nw/test/Makefile.netware @@ -73,7 +73,7 @@ endif CP = cp -afv # RM = rm -f # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk-20070501.zip +# http://www.gknw.net/development/prgtools/awk-20100523.zip AWK = awk # If you want to mark the target as MTSAFE you will need a tool for # generating the xdc data for the linker; here's a minimal tool: diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw index 0103f1e..423b2ee 100644 --- a/win32/Makefile.mingw +++ b/win32/Makefile.mingw @@ -78,7 +78,7 @@ XX = DS = $(XX)\$(XX) endif # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk-20070501.zip +# http://www.gknw.net/development/prgtools/awk-20100523.zip AWK = awk ZIP = zip -qzr9 diff --git a/win32/test/Makefile.mingw b/win32/test/Makefile.mingw index 7f14924..8f2555a 100644 --- a/win32/test/Makefile.mingw +++ b/win32/test/Makefile.mingw @@ -66,7 +66,7 @@ XX = DS = $(XX)\$(XX) endif # Here you can find a native Win32 binary of the original awk: -# http://www.gknw.net/development/prgtools/awk-20070501.zip +# http://www.gknw.net/development/prgtools/awk-20100523.zip AWK = awk ZIP = zip -qzr9