]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Add '.so' to the list of file extensions cleared up by 'make clean' in
authorSimon Tatham <anakin@pobox.com>
Sun, 21 Jul 2013 09:16:37 +0000 (09:16 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 21 Jul 2013 09:16:37 +0000 (09:16 +0000)
Makefile.cyg, since if you're building against Winelib it will
generate one of those alongside each .exe file.

[originally from svn r9952]

mkfiles.pl

index fd543eb0da1a4392100917c506fffbe3d68a8ee0..906b058428934fa04515c9ae447c06462acc6f27 100755 (executable)
@@ -492,7 +492,7 @@ if (defined $makefiles{'cygwin'}) {
     print "\n";
     print $makefile_extra{'cygwin'}->{'end'};
     print "\nclean:\n".
-    "\trm -f *.o *.exe *.res.o *.map\n".
+    "\trm -f *.o *.exe *.res.o *.so *.map\n".
     "\n".
     "FORCE:\n";
     select STDOUT; close OUT;