]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - mkfiles.pl
Fix another error-reporting bug, in which sk_newlistener would fail to
[PuTTY.git] / mkfiles.pl
index 3786d3119316d53f4cd6f3062f3b6cf0cf075a14..b52bf91d95fc977330e9f4f93931686032354f7c 100755 (executable)
@@ -433,7 +433,7 @@ if (defined $makefiles{'cygwin'}) {
     ##-- CygWin makefile
     open OUT, ">$makefiles{'cygwin'}"; select OUT;
     print
-    "# Makefile for $project_name under cygwin.\n".
+    "# Makefile for $project_name under Cygwin, MinGW, or Winelib.\n".
     "#\n# This file was created by `mkfiles.pl' from the `Recipe' file.\n".
     "# DO NOT EDIT THIS FILE DIRECTLY; edit Recipe or mkfiles.pl instead.\n";
     # gcc command line option is -D not /D