]> sjero.net Git - wget/blobdiff - msdos/ChangeLog
Fix build when libpsl is not available
[wget] / msdos / ChangeLog
index b07b359b8fb8b52cfd0760828f4f1201617fb75f..d4e741447a2a5b2f2733fc1dc6d7722754f43272 100644 (file)
@@ -1,13 +1,23 @@
+2009-09-06  Gisle Vanem  <gvanem@broadpark.no>
+
+       * Makefile.WC: Added compilation of new file msdos.c.
+       Simplified; no need to have explicit rules for files in ./lib and
+       ./md5. Just use the suffix search path mechanism in wmake.
+
+2009-09-06  Gisle Vanem  <gvanem@broadpark.no>
+
+       * Makefile.DJ: Added compilation of new file msdos.c.
+
 2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
 
        * config.h: Added 'HAVE_ALLOCA_H' for Watcom 1.5+.  Added
        'USE_WATT32' since all DOS-targets use the Watt-32 tcp/ip stack.
        Added meaningless dummy LOCALEDIR.
 
-       * Makefile.wc: A much needed update. Added rules for many files
+       * Makefile.WC: A much needed update. Added rules for many files
        in ./lib, css.c and version.c.
 
-       * Makefile.dj: A much needed update. Added rules for css.c and
+       * Makefile.DJ: A much needed update. Added rules for css.c and
        version.c.
 
 2008-01-25  Micah Cowan  <micah@cowan.name>